Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.bytecode | |
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
|
class |
ArrayInfoImpl
Array information
|
class |
ClassInfoImpl
Class info
TODO JBREFLECT-4 fix the introspection assumption
|
class |
ConstructorInfoImpl
Constructor info
|
class |
EnumInfoImpl
Enumeration info
|
class |
FieldInfoImpl
A field info
|
class |
InterfaceInfoImpl
Interface info
|
class |
MethodInfoImpl
Method info
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeAnnotationInfo |
class |
BytecodeArrayInfoImpl
Javassist array info
|
class |
BytecodeConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
class |
BytecodeEnumInfo |
class |
BytecodeFieldInfo
FieldInfo that relies on Javassist to answer reflective queries and to access
the represented field.
|
class |
BytecodeMethodInfo
MethodInfo that relies on Javassist to answer reflective queries and to invoke
the represented method.
|
class |
BytecodeParameterizedClassInfo
Delegate class info to handle generic parameterized types in javassist
|
class |
BytecodeTypeInfo
BytecodeTypeInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedArrayInfo
ParameterizedArrayInfo.
|
class |
ParameterizedClassInfo
ParameterizedClassInfo.
|
class |
ReflectClassInfoImpl
Class info
|
class |
ReflectConstructorInfoImpl
Constructor info
|
class |
ReflectFieldInfoImpl
A field info
|
class |
ReflectMethodInfoImpl
Method info
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotationInfo |
class |
JavassistArrayInfoImpl
Javassist array info
|
class |
JavassistConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
class |
JavassistEnumInfo |
class |
JavassistFieldInfo
FieldInfo that relies on Javassist to answer reflective queries and to access
the represented field.
|
class |
JavassistMethodInfo
MethodInfo that relies on Javassist to answer reflective queries and to invoke
the represented method.
|
class |
JavassistParameterizedClassInfo
Delegate class info to handle generic parameterized types in javassist
|
class |
JavassistTypeInfo
JavassistTypeInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
JavassistAnnotatedParameterInfo.setModifier(ModifierInfo mi) |
void |
JavassistFieldInfo.setModifier(ModifierInfo modifier) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationInfo
Annotation Info
|
interface |
ArrayInfo
Array information
|
interface |
ClassInfo
Class info
|
interface |
ConstructorInfo
Constructor info
|
interface |
EnumInfo
Enumeration info
|
interface |
FieldInfo
A field info
|
interface |
InterfaceInfo
Interface info
|
interface |
MemberInfo
Member info
|
interface |
MethodInfo
Method info
|
interface |
MutableClassInfo
A MutableClassInfo.
|
interface |
MutableConstructorInfo
A MutableConstructorInfo.
|
interface |
MutableFieldInfo
A MutableFieldInfo.
|
interface |
MutableMethodInfo
A MutableMethod Info.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateClassInfo
Delegate ClassInfo
|
class |
NumberInfo
Number info
|
Modifier and Type | Method and Description |
---|---|
void |
MutableConstructorInfo.setModifier(ModifierInfo mi)
Set modifier
If not set it will default to public (non-static)
|
void |
MutableMethodInfo.setModifier(ModifierInfo mi)
Set modifier
If not set it will default to public (non-static)
|
void |
MutableFieldInfo.setModifier(ModifierInfo modifier)
Field modifier
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.