|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationValue | |
org.jboss.reflect.plugins | Abstract extended reflection implementations. |
org.jboss.reflect.plugins.introspection | Introspection based extended reflection. |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of AnnotationValue in org.jboss.reflect.plugins |
Classes in org.jboss.reflect.plugins that implement AnnotationValue | |
class |
AnnotationValueImpl
An annotation value |
Fields in org.jboss.reflect.plugins declared as AnnotationValue | |
protected AnnotationValue[] |
AnnotationHolder.annotationsArray
The annotations |
protected AnnotationValue[] |
InheritableAnnotationHolder.allAnnotationsArray
All annotations |
protected AnnotationValue[] |
InheritableAnnotationHolder.declaredAnnotationsArray
Declared annotations |
Methods in org.jboss.reflect.plugins that return AnnotationValue | |
AnnotationValue[] |
AnnotationHolder.getAnnotations()
|
AnnotationValue |
AnnotationHolder.getAnnotation(String name)
|
AnnotationValue[] |
InheritableAnnotationHolder.getDeclaredAnnotations()
Get the declared annotations |
AnnotationValue[] |
InheritableAnnotationHolder.getAnnotations()
|
AnnotationValue |
InheritableAnnotationHolder.getAnnotation(String name)
|
Methods in org.jboss.reflect.plugins with parameters of type AnnotationValue | |
protected void |
AnnotationHolder.setupAnnotations(AnnotationValue[] annotations)
Set up the annotations |
void |
InheritableAnnotationHolder.setupAnnotations(AnnotationValue[] annotations)
Set up the annotations |
Constructors in org.jboss.reflect.plugins with parameters of type AnnotationValue | |
MethodInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo returnType,
TypeInfo[] parameterTypes,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new MethodInfo. |
|
MethodInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo returnType,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new MethodInfo. |
|
AnnotationHolder(AnnotationValue[] annotations)
Create a new AnnotationHolder. |
|
ConstructorInfoImpl(AnnotationValue[] annotations,
TypeInfo[] parameterTypes,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new ConstructorInfo. |
|
ConstructorInfoImpl(AnnotationValue[] annotations,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new ConstructorInfo. |
|
FieldInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo type,
int modifiers,
ClassInfo declaring)
Create a new FieldInfo. |
|
ParameterInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo parameterType)
Create a new MethodInfo. |
Uses of AnnotationValue in org.jboss.reflect.plugins.introspection |
Methods in org.jboss.reflect.plugins.introspection that return AnnotationValue | |
AnnotationValue[] |
IntrospectionTypeInfoFactoryImpl.getAnnotations(Object obj)
|
Uses of AnnotationValue in org.jboss.reflect.spi |
Methods in org.jboss.reflect.spi that return AnnotationValue | |
AnnotationValue[] |
AnnotatedInfo.getAnnotations()
Get the annotations |
AnnotationValue |
AnnotatedInfo.getAnnotation(String name)
Get an annotation |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |