Package | Description |
---|---|
org.jboss.reflect.plugins.bytecode |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
class |
BytecodeMethodInfo
MethodInfo that relies on Javassist to answer reflective queries and to invoke
the represented method.
|
Modifier and Type | Method and Description |
---|---|
protected BytecodeBehaviourInfo |
BytecodeParameterInfo.getAnnotated()
Get the annotated info
|
Constructor and Description |
---|
BytecodeParameterInfo(AnnotationHelper annotationHelper,
BytecodeBehaviourInfo annotated,
int index,
TypeInfo parameterType)
Create a new JavassistParameterInfo.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.