|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassBytes | |
---|---|
org.jboss.reflect.plugins.bytecode | |
org.jboss.reflect.plugins.bytecode.bytes | |
org.jboss.reflect.plugins.bytecode.bytes.asm |
Uses of ClassBytes in org.jboss.reflect.plugins.bytecode |
---|
Fields in org.jboss.reflect.plugins.bytecode declared as ClassBytes | |
---|---|
protected ClassBytes |
BytecodeInheritableAnnotationHolder.classBytes
|
Methods in org.jboss.reflect.plugins.bytecode that return ClassBytes | |
---|---|
ClassBytes |
BytecodeTypeInfo.getClassBytes()
|
Methods in org.jboss.reflect.plugins.bytecode with parameters of type ClassBytes | |
---|---|
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)
|
Constructors in org.jboss.reflect.plugins.bytecode with parameters of type ClassBytes | |
---|---|
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)
|
Uses of ClassBytes in org.jboss.reflect.plugins.bytecode.bytes |
---|
Subinterfaces of ClassBytes in org.jboss.reflect.plugins.bytecode.bytes | |
---|---|
interface |
PrimitiveBytes
|
Methods in org.jboss.reflect.plugins.bytecode.bytes that return ClassBytes | |
---|---|
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 |
Uses of ClassBytes in org.jboss.reflect.plugins.bytecode.bytes.asm |
---|
Methods in org.jboss.reflect.plugins.bytecode.bytes.asm that return ClassBytes | |
---|---|
ClassBytes |
AsmClassBytesFactory.loadClassBytes(ClassLoader initiating,
String name)
|
ClassBytes |
AsmClassBytesFactory.loadPrimitive(String name)
|
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |