Package | Description |
---|---|
org.jboss.reflect.plugins.bytecode | |
org.jboss.reflect.plugins.bytecode.accessor.generated |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeAnnotationInfo |
class |
BytecodeArrayInfoImpl
Javassist array info
|
class |
BytecodeEnumInfo |
Modifier and Type | Field and Description |
---|---|
protected BytecodeTypeInfo |
BytecodeBehaviourInfo.typeInfo
The type info
|
protected BytecodeTypeInfo |
BytecodeFieldInfo.typeInfo
The type info
|
Modifier and Type | Method and Description |
---|---|
BytecodeTypeInfo |
BytecodeBehaviourInfo.getDeclaringClass() |
BytecodeTypeInfo |
BytecodeFieldInfo.getDeclaringClass() |
Constructor and Description |
---|
BytecodeBehaviourInfo(AnnotationHelper annotationHelper,
BytecodeTypeInfo typeInfo,
BehaviourBytes behaviour) |
BytecodeConstructorInfo(AnnotationHelper annotationHelper,
BytecodeTypeInfo typeInfo,
ConstructorBytes constructor)
Create a new JavassistConstructorInfo.
|
BytecodeFieldInfo(AnnotationHelper annotationHelper,
BytecodeTypeInfo typeInfo,
FieldBytes fieldBytes)
Create a new JavassistFieldInfo.
|
BytecodeMethodInfo(AnnotationHelper annotationHelper,
BytecodeTypeInfo typeInfo,
MethodBytes method)
Create a new JavassistMethodInfo.
|
Modifier and Type | Method and Description |
---|---|
protected <T> Class<T> |
GeneratedMemberAccessorFactory.makeClass(Class<T> expected,
BytecodeTypeInfo target)
Creates a Method-/Field-/ConstructorAccessor implementation
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.