public class JiapiField extends Object
| Constructor and Description |
|---|
JiapiField(Field f) |
| Modifier and Type | Method and Description |
|---|---|
JiapiAnnotation[] |
getDeclaredAnnotations()
Get all the declared annotations of this field.
|
JiapiClass |
getDeclaringClass()
Gets the JiapiClass, that declares this JiapiField.
|
int |
getModifiers()
Get the modifiers of this field.
|
String |
getName()
Get the name of this field.
|
JiapiClass |
getType()
Get the type of this field.
|
String |
getTypeName()
Get the type of this field.
|
String |
toString() |
public JiapiField(Field f)
public String getName()
public JiapiClass getType() throws ClassNotFoundException
ClassNotFoundException - is thrown, if JiapiClass could not be loadedgetTypeName()public String getTypeName()
public int getModifiers()
Modifierpublic JiapiClass getDeclaringClass()
public JiapiAnnotation[] getDeclaredAnnotations()
RuntimeVisibleAnnotations and
RuntimeInvisibleAnnotations annotation attributes are
included.Copyright © 2017. All rights reserved.