|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotated | |
---|---|
com.caucho.config.extension | |
com.caucho.config.inject | |
com.caucho.config.reflect | |
com.caucho.config.xml | |
com.caucho.ejb.session | |
com.caucho.remote.client | |
com.caucho.remote.server | |
javax.enterprise.inject.spi | Java Dependency Injection programmatic APIs. |
Uses of Annotated in com.caucho.config.extension |
---|
Methods in com.caucho.config.extension that return Annotated | |
---|---|
Annotated |
ProcessBeanImpl.getAnnotated()
|
Methods in com.caucho.config.extension with parameters of type Annotated | ||
---|---|---|
|
ExtensionManager.processBean(Bean<T> bean,
Annotated ann)
|
|
|
ExtensionManager.processManagedBean(ManagedBeanImpl<T> bean,
Annotated ann)
|
Constructors in com.caucho.config.extension with parameters of type Annotated | |
---|---|
ProcessBeanImpl(InjectManager manager,
Bean<X> bean,
Annotated annotated)
|
|
ProcessManagedBeanImpl(InjectManager manager,
Bean<X> bean,
Annotated annotatedType)
|
Uses of Annotated in com.caucho.config.inject |
---|
Methods in com.caucho.config.inject that return Annotated | |
---|---|
Annotated |
AbstractBean.getAnnotated()
|
Annotated |
AbstractInjectionPoint.getAnnotated()
|
Annotated |
AbstractIntrospectedBean.getAnnotated()
|
Annotated |
AbstractSingletonBean.getAnnotated()
|
Annotated |
AnnotatedBean.getAnnotated()
|
Annotated |
BeanAdapter.getAnnotated()
|
Annotated |
InjectionPointImpl.getAnnotated()
Returns all annotations on the injection point. |
Annotated |
InjectionPointStandardBean.getAnnotated()
|
Annotated |
BeanBuilder.getExtendedAnnotated()
|
Methods in com.caucho.config.inject with parameters of type Annotated | ||
---|---|---|
|
InjectManager.addBean(Bean<T> bean,
Annotated ann)
|
|
|
InjectManager.addBeanDiscover(Bean<T> bean,
Annotated ann)
Processes the discovered bean |
|
|
InjectManager.addBeanImpl(Bean<T> bean,
Annotated ann)
Adds a new bean definition to the manager |
|
void |
WebComponent.addComponent(BaseType type,
Annotated annotated,
Bean<?> bean)
|
|
protected void |
AbstractIntrospectedBean.introspect(Annotated annotated)
|
|
protected void |
AbstractIntrospectedBean.introspectName(Annotated annotated)
Introspects the qualifier annotations |
|
protected void |
AbstractIntrospectedBean.introspectQualifiers(Annotated annotated)
Introspects the qualifier annotations |
|
protected void |
AbstractIntrospectedBean.introspectScope(Annotated annotated)
Called for implicit introspection. |
|
protected void |
AbstractIntrospectedBean.introspectSpecializes(Annotated annotated)
Adds the stereotypes from the bean's annotations |
|
protected void |
ProducesMethodBean.introspectSpecializes(Annotated annotated)
Adds the stereotypes from the bean's annotations |
|
protected void |
AbstractIntrospectedBean.introspectStereotypes(Annotated annotated)
Adds the stereotypes from the bean's annotations |
Constructors in com.caucho.config.inject with parameters of type Annotated | |
---|---|
AbstractIntrospectedBean(InjectManager manager,
java.lang.reflect.Type type,
Annotated annotated)
|
|
InjectionPointImpl(InjectManager manager,
Bean<T> bean,
Annotated annotated,
java.lang.reflect.Member member,
java.lang.reflect.Type type)
|
Uses of Annotated in com.caucho.config.reflect |
---|
Classes in com.caucho.config.reflect that implement Annotated | |
---|---|
class |
AnnotatedConstructorImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedElementImpl
Abstract introspected view of a Bean |
class |
AnnotatedFieldImpl<X>
Abstract introspected view of a Bean |
class |
AnnotatedMethodImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedParameterImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedTypeImpl<X>
Abstract introspected view of a Bean |
class |
ReflectionAnnotated
Annotated object based only on reflection. |
class |
ReflectionAnnotatedType<T>
Read-only introspected annotated type. |
class |
ReflectionSimpleAnnotatedType<X>
Represents the reflected type where only the top-level annotations are introspected, i.e. |
Methods in com.caucho.config.reflect with parameters of type Annotated | |
---|---|
protected static BaseType |
AnnotatedElementImpl.createBaseType(Annotated ann)
|
static BaseType |
AnnotatedTypeUtil.getBaseType(Annotated annotated)
|
Constructors in com.caucho.config.reflect with parameters of type Annotated | |
---|---|
AnnotatedElementImpl(Annotated annotated)
|
|
AnnotatedElementImpl(BaseType type,
Annotated annotated,
java.lang.annotation.Annotation[] annList)
|
|
AnnotatedElementImpl(java.lang.Class<?> cl,
Annotated annotated,
java.lang.annotation.Annotation[] annotationList)
|
|
AnnotatedMethodImpl(AnnotatedType<T> declaringType,
Annotated annotated,
java.lang.reflect.Method method)
|
|
AnnotatedMethodImpl(AnnotatedType<T> declaringType,
Annotated annotated,
java.lang.reflect.Method method,
java.lang.annotation.Annotation[] annotations,
java.util.HashMap<java.lang.String,BaseType> paramMap)
|
Uses of Annotated in com.caucho.config.xml |
---|
Methods in com.caucho.config.xml that return Annotated | |
---|---|
Annotated |
XmlBean.getAnnotated()
|
Uses of Annotated in com.caucho.ejb.session |
---|
Classes in com.caucho.ejb.session that implement Annotated | |
---|---|
class |
ExtAnnotatedType<X>
Server container for a session bean. |
Uses of Annotated in com.caucho.remote.client |
---|
Methods in com.caucho.remote.client with parameters of type Annotated | |
---|---|
void |
AbstractProtocolProxyFactory.setAnnotated(Annotated annotated)
Sets the ServiceType annotated |
void |
ProtocolProxyFactory.setAnnotated(Annotated annotated)
Sets the ServiceType annotated |
Uses of Annotated in com.caucho.remote.server |
---|
Methods in com.caucho.remote.server with parameters of type Annotated | |
---|---|
void |
AbstractProtocolServletFactory.setAnnotated(Annotated annotated)
Sets the ServiceType annotated |
void |
ProtocolServletFactory.setAnnotated(Annotated annotated)
Sets the ServiceType annotated |
Uses of Annotated in javax.enterprise.inject.spi |
---|
Subinterfaces of Annotated in javax.enterprise.inject.spi | |
---|---|
interface |
AnnotatedCallable<X>
Abstract introspected view of a Bean injectible field |
interface |
AnnotatedConstructor<X>
Abstract introspected view of a Bean constructor |
interface |
AnnotatedField<X>
Abstract introspected view of a Bean injectible field |
interface |
AnnotatedMember<X>
Abstract introspected view of a Bean injectible method |
interface |
AnnotatedMethod<X>
Abstract introspected view of a Bean injectible method |
interface |
AnnotatedParameter<X>
Abstract introspected view of a method or constructor parameter |
interface |
AnnotatedType<X>
Abstract introspected view of a Bean |
Methods in javax.enterprise.inject.spi that return Annotated | |
---|---|
Annotated |
InjectionPoint.getAnnotated()
Returns all annotations on the injection point. |
Annotated |
ProcessBean.getAnnotated()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |