Annotation Type ObjectPath


  • @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
      PropertyValue[] value  
    • Element Detail

      • value

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