Uses of Class
org.joda.beans.PropertyPath
-
Packages that use PropertyPath Package Description org.joda.beans Base interfaces and annotations defining Joda-Beans. -
-
Uses of PropertyPath in org.joda.beans
Methods in org.joda.beans that return PropertyPath Modifier and Type Method Description static <P> PropertyPath<P>
PropertyPath. of(String propertyPath, Class<P> resultType)
Obtains an instance from the path.
-