Class AtlasPath.SegmentContext

java.lang.Object
io.atlasmap.core.AtlasPath.SegmentContext
Direct Known Subclasses:
XmlPath.XmlSegmentContext
Enclosing class:
AtlasPath

public static class AtlasPath.SegmentContext extends Object
  • Constructor Details

    • SegmentContext

      public SegmentContext(String expression)
  • Method Details

    • getName

      public String getName()
    • getExpression

      public String getExpression()
    • getCollectionType

      public CollectionType getCollectionType()
    • getCollectionIndex

      public Integer getCollectionIndex()
    • getMapKey

      public String getMapKey()
    • isAttribute

      public boolean isAttribute()
    • isRoot

      public boolean isRoot()
    • rebuild

      protected AtlasPath.SegmentContext rebuild()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • cleanPathSegment

      protected String cleanPathSegment(String expression)