Package io.atlasmap.core
Class AtlasPath.SegmentContext
- java.lang.Object
-
- io.atlasmap.core.AtlasPath.SegmentContext
-
-
Constructor Summary
Constructors Constructor Description SegmentContext(String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcleanPathSegment(String expression)IntegergetCollectionIndex()io.atlasmap.v2.CollectionTypegetCollectionType()StringgetExpression()StringgetMapKey()StringgetName()booleanisAttribute()booleanisRoot()protected AtlasPath.SegmentContextrebuild()StringtoString()
-
-
-
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()
-
rebuild
protected AtlasPath.SegmentContext rebuild()
-
-