@Documented @Target({}) @Retention(RUNTIME) public @interface 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

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      PropertyValue[] value
      Returns:
      A list of components in the paths, each representing a property and a way to extract its value.