Class PropertyPath

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String IDENTIFIER_MAPPER_PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      PropertyPath​(String property)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      PropertyPath​(PropertyPath parent, String property)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • IDENTIFIER_MAPPER_PROPERTY

        public static final String IDENTIFIER_MAPPER_PROPERTY
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyPath

        public PropertyPath​(PropertyPath parent,
                            String property)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • PropertyPath

        public PropertyPath​(String property)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • PropertyPath

        public PropertyPath()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • append

        public PropertyPath append​(String property)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DotIdentifierSequence
        Append a new part to the end of this sequence, returning the new representation.

        Given the sequence a.b.c, appending d results in the new sequence a.b.c.d.

        Specified by:
        append in interface DotIdentifierSequence
      • getParent

        public PropertyPath getParent()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DotIdentifierSequence
        The parent sequence part.

        Given the sequence a.b.c, returns the sequence a.b.

        Specified by:
        getParent in interface DotIdentifierSequence
      • getLocalName

        public String getLocalName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DotIdentifierSequence
        The name of this leaf sequence part.

        Given the sequence a.b.c, returns the string "c".

        Specified by:
        getLocalName in interface DotIdentifierSequence
      • getProperty

        public String getProperty()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getFullPath

        public String getFullPath()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: DotIdentifierSequence
        The full sequence text.

        Given the sequence a.b.c, returns the string "a.b.c".

        Specified by:
        getFullPath in interface DotIdentifierSequence
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object