public class FieldInfo extends Object
Constructor and Description |
---|
FieldInfo(Field field) |
FieldInfo(Field field,
String javaDoc) |
Modifier and Type | Method and Description |
---|---|
Field |
getField() |
Class<?> |
getGenericParameter(int i) |
int |
getGenericParameterCount() |
String |
getJavaDoc() |
int |
getModifiers() |
String |
getName() |
Class<?> |
getType() |
public FieldInfo(Field field)
public String getName()
public int getModifiers()
public Class<?> getType()
public int getGenericParameterCount()
public Class<?> getGenericParameter(int i)
public String getJavaDoc()
public Field getField()
Copyright © 2014 Clazzes.org. All Rights Reserved.