Class PathRef.ObjectMultiPropertyPathRef

  • All Implemented Interfaces:
    java.lang.Comparable<PathRef>
    Enclosing class:
    PathRef

    private static class PathRef.ObjectMultiPropertyPathRef
    extends PathRef
    • Field Detail

      • properties

        private java.util.Collection<java.lang.String> properties
    • Constructor Detail

      • ObjectMultiPropertyPathRef

        private ObjectMultiPropertyPathRef​(java.lang.Object parent,
                                           java.util.Collection<java.lang.String> properties)