|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationInfo | |
---|---|
org.jboss.reflect.plugins | Abstract extended reflection implementations. |
org.jboss.reflect.plugins.introspection | Introspection based extended reflection. |
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of AnnotationInfo in org.jboss.reflect.plugins |
---|
Classes in org.jboss.reflect.plugins that implement AnnotationInfo | |
---|---|
class |
AnnotationInfoImpl
Annotation Info |
Fields in org.jboss.reflect.plugins declared as AnnotationInfo | |
---|---|
protected AnnotationInfo |
AnnotationValueImpl.annotationType
The annotation type |
Methods in org.jboss.reflect.plugins that return AnnotationInfo | |
---|---|
AnnotationInfo |
AnnotationValueImpl.getAnnotationType()
|
Methods in org.jboss.reflect.plugins with parameters of type AnnotationInfo | |
---|---|
AnnotationValue |
AnnotationHelper.createAnnotationValue(AnnotationInfo info,
Object ann)
Create an annotation from the underlying implementation and its info type |
static AnnotationValue |
AnnotationValueFactory.createAnnotationValue(TypeInfoFactory typeInfoFactory,
AnnotationHelper annotationHelper,
AnnotationInfo info,
Object ann)
|
Constructors in org.jboss.reflect.plugins with parameters of type AnnotationInfo | |
---|---|
AnnotationValueImpl(AnnotationInfo annotationType,
HashMap<String,Value> attributeValues)
Deprecated. |
|
AnnotationValueImpl(AnnotationInfo annotationType,
HashMap<String,Value> attributeValues,
Annotation underlying)
Create a new Annotation value |
Uses of AnnotationInfo in org.jboss.reflect.plugins.introspection |
---|
Methods in org.jboss.reflect.plugins.introspection with parameters of type AnnotationInfo | |
---|---|
AnnotationValue |
IntrospectionTypeInfoFactoryImpl.createAnnotationValue(AnnotationInfo info,
Object ann)
|
AnnotationValue |
IntrospectionAnnotationHelper.createAnnotationValue(AnnotationInfo info,
Object ann)
|
Uses of AnnotationInfo in org.jboss.reflect.plugins.javassist |
---|
Classes in org.jboss.reflect.plugins.javassist that implement AnnotationInfo | |
---|---|
class |
JavassistAnnotationInfo
|
Methods in org.jboss.reflect.plugins.javassist with parameters of type AnnotationInfo | |
---|---|
AnnotationValue |
JavassistTypeInfoFactoryImpl.createAnnotationValue(AnnotationInfo info,
Object ann)
|
AnnotationValue |
JavassistAnnotationHelper.createAnnotationValue(AnnotationInfo info,
Object ann)
|
Uses of AnnotationInfo in org.jboss.reflect.spi |
---|
Methods in org.jboss.reflect.spi that return AnnotationInfo | |
---|---|
AnnotationInfo |
AnnotationValue.getAnnotationType()
Get the annotation type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |