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 |
InterfaceInfoImpl
Interface info
|
Modifier and Type | Field and Description |
---|---|
protected InterfaceInfo[] |
ClassInfoImpl.genericInterfaces
The generic interfaces
|
protected InterfaceInfo[] |
ClassInfoImpl.interfaces
The interfaces
|
static InterfaceInfo[] |
ClassInfoImpl.UNKNOWN_INTERFACES
Marker for generation
|
Modifier and Type | Method and Description |
---|---|
InterfaceInfo[] |
ClassInfoImpl.getGenericInterfaces() |
InterfaceInfo[] |
ClassInfoHelper.getGenericInterfaces(ClassInfoImpl classInfo)
Get the generic interfaces
|
InterfaceInfo[] |
ClassInfoImpl.getInterfaces() |
InterfaceInfo[] |
ClassInfoHelper.getInterfaces(ClassInfoImpl classInfo)
Get the interfaces
|
Modifier and Type | Method and Description |
---|---|
void |
ClassInfoImpl.setGenericInterfaces(InterfaceInfo[] interfaces)
Set the generic interfaces
|
void |
ClassInfoImpl.setInterfaces(InterfaceInfo[] interfaces)
Set the interfaces
|
Constructor and Description |
---|
ClassInfoImpl(String name,
int modifiers,
InterfaceInfo[] interfaces,
ClassInfoImpl superclass)
Create a new abstract ClassInfo.
|
InterfaceInfoImpl(String name,
int modifiers,
InterfaceInfo[] interfaces)
Create a new InterfaceInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeAnnotationInfo |
class |
BytecodeArrayInfoImpl
Javassist array info
|
class |
BytecodeEnumInfo |
class |
BytecodeParameterizedClassInfo
Delegate class info to handle generic parameterized types in javassist
|
class |
BytecodeTypeInfo
BytecodeTypeInfo.
|
Modifier and Type | Method and Description |
---|---|
InterfaceInfo[] |
BytecodeTypeInfo.getGenericInterfaces() |
InterfaceInfo[] |
BytecodeArrayInfoImpl.getGenericInterfaces() |
InterfaceInfo[] |
BytecodeTypeInfo.getInterfaces() |
InterfaceInfo[] |
BytecodeArrayInfoImpl.getInterfaces() |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedArrayInfo
ParameterizedArrayInfo.
|
class |
ParameterizedClassInfo
ParameterizedClassInfo.
|
class |
ReflectClassInfoImpl
Class info
|
Modifier and Type | Method and Description |
---|---|
InterfaceInfo[] |
IntrospectionTypeInfoFactoryImpl.getGenericInterfaces(ClassInfoImpl classInfo) |
InterfaceInfo[] |
IntrospectionTypeInfoFactoryImpl.getInterfaces(ClassInfoImpl classInfo) |
Constructor and Description |
---|
ReflectClassInfoImpl(String name,
int modifiers,
InterfaceInfo[] interfaces,
ReflectClassInfoImpl superclass)
Create a new abstract ClassInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotationInfo |
class |
JavassistArrayInfoImpl
Javassist array info
|
class |
JavassistEnumInfo |
class |
JavassistParameterizedClassInfo
Delegate class info to handle generic parameterized types in javassist
|
class |
JavassistTypeInfo
JavassistTypeInfo.
|
Modifier and Type | Method and Description |
---|---|
InterfaceInfo[] |
JavassistTypeInfo.getGenericInterfaces() |
InterfaceInfo[] |
JavassistArrayInfoImpl.getGenericInterfaces() |
InterfaceInfo[] |
JavassistTypeInfo.getInterfaces() |
InterfaceInfo[] |
JavassistArrayInfoImpl.getInterfaces() |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationInfo
Annotation Info
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateClassInfo
Delegate ClassInfo
|
Modifier and Type | Method and Description |
---|---|
InterfaceInfo[] |
ClassInfo.getGenericInterfaces()
Get the generic interfaces
|
InterfaceInfo[] |
DelegateClassInfo.getGenericInterfaces() |
InterfaceInfo[] |
NumberInfo.getGenericInterfaces() |
InterfaceInfo[] |
ClassInfo.getInterfaces()
Get the interfaces
|
InterfaceInfo[] |
DelegateClassInfo.getInterfaces() |
InterfaceInfo[] |
NumberInfo.getInterfaces() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.