Interface IFieldData
-
public interface IFieldData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.FieldgetField()java.lang.Class<?>getFieldClass()java.lang.reflect.TypegetFieldType()IFieldData[]getGenericData()
-
-
-
Method Detail
-
getField
java.lang.reflect.Field getField()
-
getFieldClass
java.lang.Class<?> getFieldClass()
-
getFieldType
java.lang.reflect.Type getFieldType()
-
getGenericData
IFieldData[] getGenericData() throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
-