Class BasePathElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String rawKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      BasePathElement​(java.lang.String key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRawKey()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • rawKey

        private final java.lang.String rawKey
    • Constructor Detail

      • BasePathElement

        public BasePathElement​(java.lang.String key)
    • Method Detail

      • getRawKey

        public java.lang.String getRawKey()
        Specified by:
        getRawKey in interface PathElement
      • toString

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