Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationInfoImpl
Annotation Info
|
class |
ArrayInfoImpl
Array information
|
class |
EnumInfoImpl
Enumeration info
|
class |
InterfaceInfoImpl
Interface info
|
Modifier and Type | Method and Description |
---|---|
ClassInfoImpl |
ClassInfoHelper.getSuperClass(ClassInfoImpl classInfo)
Get the super class
|
Modifier and Type | Method and Description |
---|---|
ConstructorInfoImpl[] |
ClassInfoHelper.getConstructors(ClassInfoImpl classInfo)
Get the constructors
|
FieldInfoImpl[] |
ClassInfoHelper.getFields(ClassInfoImpl classInfo)
Get the fields
|
InterfaceInfo[] |
ClassInfoHelper.getGenericInterfaces(ClassInfoImpl classInfo)
Get the generic interfaces
|
ClassInfo |
ClassInfoHelper.getGenericSuperClass(ClassInfoImpl classInfo)
Get the generic super class
|
InterfaceInfo[] |
ClassInfoHelper.getInterfaces(ClassInfoImpl classInfo)
Get the interfaces
|
MethodInfoImpl[] |
ClassInfoHelper.getMethods(ClassInfoImpl classInfo)
Get the methods
|
PackageInfo |
ClassInfoHelper.getPackage(ClassInfoImpl classInfo)
Get the package for class
|
ClassInfoImpl |
ClassInfoHelper.getSuperClass(ClassInfoImpl classInfo)
Get the super class
|
void |
ClassInfoImpl.setSuperclass(ClassInfoImpl superInfo)
Set the super class
|
Constructor and Description |
---|
ClassInfoImpl(String name,
int modifiers,
InterfaceInfo[] interfaces,
ClassInfoImpl superclass)
Create a new abstract ClassInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectClassInfoImpl
Class info
|
Modifier and Type | Method and Description |
---|---|
ClassInfoImpl |
IntrospectionTypeInfoFactoryImpl.getSuperClass(ClassInfoImpl classInfo) |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionTypeInfoFactoryImpl.generateTypeInfo(Class<?> clazz,
ClassInfoImpl info)
Generate the type info for a class
|
ConstructorInfoImpl[] |
IntrospectionTypeInfoFactoryImpl.getConstructors(ClassInfoImpl classInfo) |
FieldInfoImpl[] |
IntrospectionTypeInfoFactoryImpl.getFields(ClassInfoImpl classInfo) |
InterfaceInfo[] |
IntrospectionTypeInfoFactoryImpl.getGenericInterfaces(ClassInfoImpl classInfo) |
ClassInfo |
IntrospectionTypeInfoFactoryImpl.getGenericSuperClass(ClassInfoImpl classInfo) |
InterfaceInfo[] |
IntrospectionTypeInfoFactoryImpl.getInterfaces(ClassInfoImpl classInfo) |
MethodInfoImpl[] |
IntrospectionTypeInfoFactoryImpl.getMethods(ClassInfoImpl classInfo) |
PackageInfoImpl |
IntrospectionTypeInfoFactoryImpl.getPackage(ClassInfoImpl classInfo) |
ClassInfoImpl |
IntrospectionTypeInfoFactoryImpl.getSuperClass(ClassInfoImpl classInfo) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.