Package | Description |
---|---|
org.jboss.reflect.plugins.bytecode | |
org.jboss.reflect.plugins.bytecode.bytes | |
org.jboss.reflect.plugins.bytecode.bytes.asm |
Modifier and Type | Field and Description |
---|---|
protected ClassBytes |
BytecodeInheritableAnnotationHolder.classBytes |
Modifier and Type | Method and Description |
---|---|
ClassBytes |
BytecodeTypeInfo.getClassBytes() |
Modifier and Type | Method and Description |
---|---|
protected TypeInfo |
BytecodeTypeInfoFactoryImpl.get(ClassBytes classBytes,
Class<?> clazz,
String name,
ClassLoader cl,
boolean delegateToReflectIfNotFound)
Get the information for a class
|
protected TypeInfo |
BytecodeTypeInfoFactoryImpl.instantiate(String name,
ClassBytes classBytes,
Class<?> clazz) |
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.
|
BytecodeInheritableAnnotationHolder(ClassBytes classBytes,
AnnotationHelper annotationHelper) |
Modifier and Type | Interface and Description |
---|---|
interface |
PrimitiveBytes |
Modifier and Type | Method and Description |
---|---|
ClassBytes |
ClassBytes.getComponentType()
Get the component type for an array class.
|
ClassBytes |
ClassBytesFactory.loadClassBytes(ClassLoader initiating,
String name)
Tries to load the class bytes
|
ClassBytes |
ClassBytesFactory.loadPrimitive(String name)
If the name resolves to a primitive or a primitive array
get the classbytes
|
Modifier and Type | Method and Description |
---|---|
ClassBytes |
AsmClassBytesFactory.loadClassBytes(ClassLoader initiating,
String name) |
ClassBytes |
AsmClassBytesFactory.loadPrimitive(String name) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.