Class PropertyPath


  • public class PropertyPath
    extends java.lang.Object
    • Field Detail

      • IDENTIFIER_MAPPER_PROPERTY

        public static final java.lang.String IDENTIFIER_MAPPER_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyPath

        public PropertyPath​(PropertyPath parent,
                            java.lang.String property)
      • PropertyPath

        public PropertyPath​(java.lang.String property)
      • PropertyPath

        public PropertyPath()
    • Method Detail

      • append

        public PropertyPath append​(java.lang.String property)
      • getProperty

        public java.lang.String getProperty()
      • getFullPath

        public java.lang.String getFullPath()
      • isRoot

        public boolean isRoot()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object