Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
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 |
ParameterInfoImpl
Parameter info
|
Modifier and Type | Field and Description |
---|---|
protected ParameterInfo[] |
ConstructorInfoImpl.parameters
The parameters
|
protected ParameterInfo[] |
MethodInfoImpl.parameters
The parameters
|
Modifier and Type | Method and Description |
---|---|
ParameterInfo[] |
ConstructorInfoImpl.getParameters() |
ParameterInfo[] |
MethodInfoImpl.getParameters() |
Constructor and Description |
---|
ConstructorInfoImpl(AnnotationValue[] annotations,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new ConstructorInfo.
|
MethodInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo returnType,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new MethodInfo.
|
Constructor and Description |
---|
ReflectConstructorInfoImpl(AnnotationValue[] annotations,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new ConstructorInfo.
|
ReflectMethodInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo returnType,
ParameterInfo[] parameters,
ClassInfo[] exceptionTypes,
int modifiers,
ClassInfo declaring)
Create a new MethodInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistParameterInfo
JavassistParameterInfo.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterInfo[] |
JavassistAnnotatedParameterInfo.parameters
The parameters
|
Modifier and Type | Method and Description |
---|---|
ParameterInfo[] |
JavassistMethodInfo.getParameters() |
ParameterInfo[] |
JavassistConstructorInfo.getParameters() |
Modifier and Type | Field and Description |
---|---|
static ParameterInfo[] |
MethodInfo.NO_PARAMS
No parameters
|
Modifier and Type | Method and Description |
---|---|
ParameterInfo[] |
MethodInfo.getParameters()
Get the parameters
|
ParameterInfo[] |
ConstructorInfo.getParameters()
Get the parameters
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.