public final class ObjectPath
extends Object
Helper class to navigate nested objects using dot notation
-
Method Summary
static <T> T
Return the value within a given object at the specified path, or
null
if the path does not exist
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
eval
Return the value within a given object at the specified path, or
null
if the path does not exist