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 |
ConstructorInfoImpl
Constructor info
|
class |
FieldInfoImpl
A field info
|
class |
MethodInfoImpl
Method info
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
BytecodeAccessController.checkAccess(MemberInfo info) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectConstructorInfoImpl
Constructor info
|
class |
ReflectFieldInfoImpl
A field info
|
class |
ReflectMethodInfoImpl
Method info
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavassistAccessController.checkAccess(MemberInfo info) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorInfo
Constructor info
|
interface |
FieldInfo
A field info
|
interface |
MethodInfo
Method info
|
interface |
MutableConstructorInfo
A MutableConstructorInfo.
|
interface |
MutableFieldInfo
A MutableFieldInfo.
|
interface |
MutableMethodInfo
A MutableMethod Info.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.