public class FactoryMethodContext extends Object
Constructor and Description |
---|
FactoryMethodContext(javax.enterprise.inject.spi.Bean bean,
Type sourceType,
Type returnType,
javax.enterprise.inject.spi.AnnotatedMethod factoryMethod) |
Modifier and Type | Method and Description |
---|---|
javax.enterprise.inject.spi.Bean |
getBean() |
javax.enterprise.inject.spi.AnnotatedMethod |
getFactoryMethod() |
Type |
getReturnType() |
Type |
getSourceType() |
static Set<FactoryMethodContext> |
sort(Set<FactoryMethodContext> items) |
public javax.enterprise.inject.spi.Bean getBean()
public Type getSourceType()
public Type getReturnType()
public javax.enterprise.inject.spi.AnnotatedMethod getFactoryMethod()
public static Set<FactoryMethodContext> sort(Set<FactoryMethodContext> items)
Copyright © 2011–2015 Red Hat. All rights reserved.