| Package | Description |
|---|---|
| org.jboss.reflect.plugins.bytecode |
| Modifier and Type | Field and Description |
|---|---|
protected static BytecodeTypeInfoFactoryImpl |
BytecodeTypeInfoFactory.delegate
The delegate
|
| Modifier and Type | Method and Description |
|---|---|
BytecodeTypeInfoFactoryImpl |
BytecodeParameterizedClassInfo.getFactory() |
BytecodeTypeInfoFactoryImpl |
BytecodeTypeInfo.getFactory()
Get the factory
|
| Constructor and Description |
|---|
BytecodeAnnotationInfo(BytecodeTypeInfoFactoryImpl factory,
String name,
ClassBytes classBytes,
Class<? extends Object> clazz) |
BytecodeEnumInfo(BytecodeTypeInfoFactoryImpl factory,
String name,
ClassBytes classBytes,
Class<? extends Object> clazz)
Create a new JavassistEnumInfo.
|
BytecodeParameterizedClassInfo(BytecodeTypeInfoFactoryImpl factory,
ClassInfo delegate,
ClassLoader classLoader,
javassist.bytecode.SignatureAttribute.TypeArgument[] typeArguments,
org.jboss.reflect.plugins.bytecode.BytecodeTypeVariableSpy spy)
Constructor
|
BytecodeParameterizedClassInfo(BytecodeTypeInfoFactoryImpl factory,
ClassInfo delegate,
Type[] reflectTypeArguments)
Constructor
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.