|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.hiveutils.util.PropertyPathUtils
public final class PropertyPathUtils
Utility class to ease access to an access property through the use of "paths" (dotted chain of property names).
Method Summary | |
---|---|
static java.lang.Class |
getType(java.lang.Class target,
java.lang.String propertyPath)
|
static java.lang.Object |
read(java.lang.Object target,
java.lang.String propertyPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object read(java.lang.Object target, java.lang.String propertyPath)
public static java.lang.Class getType(java.lang.Class target, java.lang.String propertyPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |