Class AtlasPath.SegmentContext

  • Enclosing class:
    AtlasPath

    public static class AtlasPath.SegmentContext
    extends Object
    • Constructor Detail

      • SegmentContext

        public SegmentContext​(String expression)
    • Method Detail

      • getName

        public String getName()
      • getExpression

        public String getExpression()
      • getCollectionType

        public io.atlasmap.v2.CollectionType getCollectionType()
      • getCollectionIndex

        public Integer getCollectionIndex()
      • getMapKey

        public String getMapKey()
      • isAttribute

        public boolean isAttribute()
      • isRoot

        public boolean isRoot()
      • cleanPathSegment

        protected String cleanPathSegment​(String expression)