|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.compass.core.accessor.BasicPropertyAccessor.BasicGetter
public static final class BasicPropertyAccessor.BasicGetter
Method Summary | |
---|---|
Object |
get(Object target)
Get the property value from the given instance |
Type |
getGenericReturnType()
Returns the generic return type of the return type. |
String |
getName()
Get the property name |
Class |
getReturnType()
Get the declared Java type |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Object get(Object target) throws CompassException
Getter
get
in interface Getter
CompassException
public String getName()
Getter
getName
in interface Getter
public Class getReturnType()
Getter
getReturnType
in interface Getter
public Type getGenericReturnType()
Getter
null
if not known or not set.
getGenericReturnType
in interface Getter
Field.getGenericType()
,
Method.getGenericReturnType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |