Annotation Type ObjectPath
A path from a root object to one or more target value(s).
Each element of the path is a PropertyValue
,
representing a property and a way to extra values from that property.
-
Required Element Summary
-
Element Details
-
value
PropertyValue[] value- Returns:
- A list of components in the paths, each representing a property and a way to extract its value.
-