| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationInfoImpl
Annotation Info
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationInfo |
AnnotationValueImpl.annotationType
The annotation type
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
AnnotationValueImpl.getAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
AnnotationValueImpl(AnnotationInfo annotationType,
HashMap<String,Value> attributeValues)
Deprecated.
|
AnnotationValueImpl(AnnotationInfo annotationType,
HashMap<String,Value> attributeValues,
Annotation underlying)
Create a new Annotation value
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
IntrospectionAnnotationHelper.createAnnotationValue(AnnotationInfo info,
Object ann) |
AnnotationValue |
IntrospectionTypeInfoFactoryImpl.createAnnotationValue(AnnotationInfo info,
Object ann) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistAnnotationInfo |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
JavassistTypeInfoFactoryImpl.createAnnotationValue(AnnotationInfo info,
Object ann) |
AnnotationValue |
JavassistAnnotationHelper.createAnnotationValue(AnnotationInfo info,
Object ann) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
AnnotationValue.getAnnotationType()
Get the annotation type
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.