|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedField | |
---|---|
com.caucho.config.extension | |
com.caucho.config.inject | |
com.caucho.config.j2ee | |
com.caucho.config.reflect | |
com.caucho.ejb.session | |
javax.enterprise.inject.spi | Java Dependency Injection programmatic APIs. |
Uses of AnnotatedField in com.caucho.config.extension |
---|
Methods in com.caucho.config.extension that return AnnotatedField | |
---|---|
AnnotatedField<X> |
ProcessProducerFieldImpl.getAnnotatedProducerField()
|
Methods in com.caucho.config.extension with parameters of type AnnotatedField | ||
---|---|---|
|
ExtensionManager.processProducer(AnnotatedField<X> producesField,
Producer<T> producer)
Processes the discovered method producer |
Uses of AnnotatedField in com.caucho.config.inject |
---|
Methods in com.caucho.config.inject that return AnnotatedField | |
---|---|
AnnotatedField<X> |
ProducesFieldBean.getField()
|
Methods in com.caucho.config.inject with parameters of type AnnotatedField | ||
---|---|---|
protected
|
ProducesBuilder.addProduces(Bean<X> bean,
AnnotatedType<X> beanType,
AnnotatedField<?> beanField)
|
|
static ProducesFieldBean |
ProducesFieldBean.create(InjectManager manager,
Bean producer,
AnnotatedField beanField,
AnnotatedMethod disposesMethod,
Arg[] disposesArgs)
|
|
ConfigProgram |
InjectionPointHandler.introspectField(AnnotatedField<?> field)
|
Constructors in com.caucho.config.inject with parameters of type AnnotatedField | |
---|---|
ProducesFieldBean(InjectManager manager,
Bean<X> producerBean,
AnnotatedField<X> beanField,
AnnotatedMethod<X> disposesMethod,
Arg[] disposesArgs)
|
Uses of AnnotatedField in com.caucho.config.j2ee |
---|
Methods in com.caucho.config.j2ee with parameters of type AnnotatedField | |
---|---|
ConfigProgram |
DataSourceDefinitionHandler.introspectField(AnnotatedField<?> field)
|
ConfigProgram |
EjbHandler.introspectField(AnnotatedField<?> field)
|
ConfigProgram |
PersistenceContextHandler.introspectField(AnnotatedField<?> field)
|
ConfigProgram |
PersistenceUnitHandler.introspectField(AnnotatedField<?> field)
|
ConfigProgram |
ResourceHandler.introspectField(AnnotatedField<?> field)
|
Uses of AnnotatedField in com.caucho.config.reflect |
---|
Classes in com.caucho.config.reflect that implement AnnotatedField | |
---|---|
class |
AnnotatedFieldImpl<X>
Abstract introspected view of a Bean |
Methods in com.caucho.config.reflect that return types with arguments of type AnnotatedField | |
---|---|
java.util.Set<AnnotatedField<? super X>> |
AnnotatedTypeImpl.getFields()
Returns the abstract introspected fields |
java.util.Set<AnnotatedField<? super T>> |
ReflectionAnnotatedType.getFields()
Returns the abstract introspected fields |
java.util.Set<AnnotatedField<? super X>> |
ReflectionSimpleAnnotatedType.getFields()
Returns the abstract introspected fields |
Uses of AnnotatedField in com.caucho.ejb.session |
---|
Methods in com.caucho.ejb.session that return types with arguments of type AnnotatedField | |
---|---|
java.util.Set<AnnotatedField<? super X>> |
ExtAnnotatedType.getFields()
|
Uses of AnnotatedField in javax.enterprise.inject.spi |
---|
Methods in javax.enterprise.inject.spi that return AnnotatedField | |
---|---|
AnnotatedField<T> |
ProcessProducerField.getAnnotatedProducerField()
|
Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedField | |
---|---|
java.util.Set<AnnotatedField<? super X>> |
AnnotatedType.getFields()
Returns the abstract introspected fields |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |