Modifier | Constructor and Description |
---|---|
protected |
JField(javassist.bytecode.FieldInfo fieldInfo,
JClass jClass,
ClasspathResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(IntrospectionVisitor visitor) |
Class<?> |
decodeFieldType(String componentType) |
boolean |
equals(Object obj) |
Field |
getActualField() |
Set<JAnnotation<?>> |
getAnnotations() |
JClass |
getEnclosingElement() |
JType |
getEnclosingType() |
javassist.bytecode.FieldInfo |
getFieldInfo() |
static JField |
getJField(javassist.bytecode.FieldInfo fieldInfo,
JClass jClass,
ClasspathResolver resolver) |
JType |
getType() |
int |
hashCode() |
getAnnotation, toString
findClassFile, getName, getResolver
protected JField(javassist.bytecode.FieldInfo fieldInfo, JClass jClass, ClasspathResolver resolver)
public static JField getJField(javassist.bytecode.FieldInfo fieldInfo, JClass jClass, ClasspathResolver resolver)
public JType getEnclosingType()
getEnclosingType
in class JVariable
public JType getType() throws ClasspathAccessException
getType
in class JVariable
ClasspathAccessException
public Class<?> decodeFieldType(String componentType) throws ClassNotFoundException
ClassNotFoundException
public Set<JAnnotation<?>> getAnnotations()
getAnnotations
in class JVariable
public void acceptVisitor(IntrospectionVisitor visitor)
acceptVisitor
in class JElement
public Field getActualField()
public javassist.bytecode.FieldInfo getFieldInfo()
public JClass getEnclosingElement()
getEnclosingElement
in class JElement
Copyright © 2010–2018 Jadira Systems. All rights reserved.