|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.util.reflect.ParameterType.SimpleField
public static class ParameterType.SimpleField
A single property of a pojo with contains the method where one can use reflection to
extract value, the name and the ParameterType
w/c can be used to extract value
from a string.
Method Summary | |
---|---|
Method |
getMethod()
Gets the Method used to extract value via reflection. |
String |
getName()
Gets the name. |
ParameterType |
getType()
Gets the ParameterType . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public Method getMethod()
Method
used to extract value via reflection.
public ParameterType getType()
ParameterType
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |