Uses of Class
io.atlasmap.core.AtlasPath.SegmentContext
-
Packages that use AtlasPath.SegmentContext Package Description io.atlasmap.core -
-
Uses of AtlasPath.SegmentContext in io.atlasmap.core
Fields in io.atlasmap.core with type parameters of type AtlasPath.SegmentContext Modifier and Type Field Description protected List<AtlasPath.SegmentContext>AtlasPath. segmentContextsMethods in io.atlasmap.core that return AtlasPath.SegmentContext Modifier and Type Method Description protected AtlasPath.SegmentContextAtlasPath. createSegmentContext(String expression)AtlasPath.SegmentContextAtlasPath. getLastCollectionSegment()AtlasPath.SegmentContextAtlasPath. getLastSegment()AtlasPath.SegmentContextAtlasPath. getLastSegmentParent()AtlasPath.SegmentContextAtlasPath. getParentSegmentOf(AtlasPath.SegmentContext sc)AtlasPath.SegmentContextAtlasPath. getRootSegment()protected AtlasPath.SegmentContextAtlasPath.SegmentContext. rebuild()AtlasPath.SegmentContextAtlasPath. setCollectionIndex(int segmentIndex, Integer collectionIndex)AtlasPath.SegmentContextAtlasPath. setVacantCollectionIndex(Integer collectionIndex)Methods in io.atlasmap.core that return types with arguments of type AtlasPath.SegmentContext Modifier and Type Method Description List<AtlasPath.SegmentContext>AtlasPath. getCollectionSegments(boolean includeRoot)List<AtlasPath.SegmentContext>AtlasPath. getSegments(boolean includeRoot)protected List<AtlasPath.SegmentContext>AtlasPath. parse(String path)Methods in io.atlasmap.core with parameters of type AtlasPath.SegmentContext Modifier and Type Method Description AtlasPath.SegmentContextAtlasPath. getParentSegmentOf(AtlasPath.SegmentContext sc)StringAtlasPath. getSegmentPath(AtlasPath.SegmentContext sc)Constructor parameters in io.atlasmap.core with type arguments of type AtlasPath.SegmentContext Constructor Description AtlasPath(List<AtlasPath.SegmentContext> segments)
-