Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationValueImpl
An annotation value
|
class |
ArrayValueImpl
Annotation value
|
class |
ClassValueImpl
Class value
|
class |
EnumValueImpl
An enumeration value
|
class |
StringValueImpl
A string value
|
Modifier and Type | Field and Description |
---|---|
protected Value |
AnnotationAttributeImpl.defaultValue
The default value
|
protected Value[] |
ArrayValueImpl.values
The values
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Value> |
AnnotationValueImpl.attributeValues
The attribute values
|
Modifier and Type | Method and Description |
---|---|
static Value |
AnnotationValueFactory.createValue(AnnotationHelper annotationHelper,
TypeInfo type,
Object value) |
Value |
AnnotationAttributeImpl.getDefaultValue() |
Value |
AnnotationValueImpl.getValue(String attributeName) |
Value[] |
ArrayValueImpl.getValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
AnnotationValueImpl.getValues() |
Constructor and Description |
---|
AnnotationAttributeImpl(String name,
TypeInfo type,
Value defaultValue)
Create a new AnnotationAttribute.
|
ArrayValueImpl(TypeInfo type,
Value[] values)
Create a new ArrayValue
|
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 | Interface and Description |
---|---|
interface |
AnnotationValue
An annotation value
|
interface |
ArrayValue
Array value
|
interface |
ClassValue
Class value
|
interface |
EnumValue
An enumeration value
|
interface |
StringValue
A string value
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValue
AbstractValue.
|
class |
PrimitiveValue
A primitive value
|
Modifier and Type | Method and Description |
---|---|
Value |
AnnotationAttribute.getDefaultValue()
Get the default value
|
Value |
AnnotationValue.getValue(String attributeName)
Get an attribute value
|
Value[] |
ArrayValue.getValues()
Get the values
|
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
AnnotationValue.getValues()
Get the values
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.