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 |
Modifier and Type | Class and Description |
---|---|
class |
ArrayInfoImpl
Array information
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeArrayInfoImpl
Javassist array info
|
Modifier and Type | Method and Description |
---|---|
protected ArrayInfo |
BytecodeTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl,
BytecodeTypeInfoFactoryImpl.ModifiableArrayType type,
org.jboss.reflect.plugins.bytecode.BytecodeTypeVariableSpy spy)
Recursively get the type info for a javassist array type
|
protected ArrayInfo |
BytecodeTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl,
javassist.bytecode.SignatureAttribute.ArrayType type,
org.jboss.reflect.plugins.bytecode.BytecodeTypeVariableSpy spy)
Get the type info for a javassist array type
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedArrayInfo
ParameterizedArrayInfo.
|
Constructor and Description |
---|
ParameterizedArrayInfo(IntrospectionTypeInfoFactoryImpl factory,
ArrayInfo delegate,
ParameterizedType parameterizedType)
Create a new ParameterizedArrayInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistArrayInfoImpl
Javassist array info
|
Modifier and Type | Method and Description |
---|---|
protected ArrayInfo |
JavassistTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl,
JavassistTypeInfoFactoryImpl.ModifiableArrayType type,
org.jboss.reflect.plugins.javassist.JavassistTypeVariableSpy spy)
Recursively get the type info for a javassist array type
|
protected ArrayInfo |
JavassistTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl,
javassist.bytecode.SignatureAttribute.ArrayType type,
org.jboss.reflect.plugins.javassist.JavassistTypeVariableSpy spy)
Get the type info for a javassist array type
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.