| Package | Description |
|---|---|
| org.jboss.reflect.plugins.javassist |
| Modifier and Type | Method and Description |
|---|---|
SignatureKey |
JavassistAnnotatedParameterInfo.getSignatureKey() |
| Modifier and Type | Method and Description |
|---|---|
protected MutableConstructorInfo |
JavassistTypeInfo.generateConstructorInfo(SignatureKey key)
Generate constructor info
|
protected MutableMethodInfo |
JavassistTypeInfo.generateMethodInfo(SignatureKey key)
Generate method info
|
protected MutableMethodInfo |
JavassistTypeInfo.generateMethodInfo(SignatureKey key,
javassist.CtMethod method)
Generate method info
|
protected javassist.CtClass[] |
JavassistTypeInfo.getParameterTypes(SignatureKey key)
Get the parameter types
|
| Constructor and Description |
|---|
JavassistAnnotatedParameterInfo(SignatureKey signatureKey,
AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtBehavior ctBehavior) |
JavassistConstructorInfo(SignatureKey signatureKey,
AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtConstructor ctConstructor)
Create a new JavassistConstructorInfo.
|
JavassistMethodInfo(SignatureKey signatureKey,
AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtMethod ctMethod)
Create a new JavassistMethodInfo.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.