Uses of Class
io.atlasmap.core.AtlasPath.SegmentContext
-
Uses of AtlasPath.SegmentContext in io.atlasmap.core
Modifier and TypeFieldDescriptionprotected List<AtlasPath.SegmentContext>
AtlasPath.segmentContexts
Modifier and TypeMethodDescriptionprotected AtlasPath.SegmentContext
AtlasPath.createSegmentContext
(String expression) AtlasPath.getLastCollectionSegment()
AtlasPath.getLastSegment()
AtlasPath.getLastSegmentParent()
AtlasPath.getParentSegmentOf
(AtlasPath.SegmentContext sc) AtlasPath.getRootSegment()
protected AtlasPath.SegmentContext
AtlasPath.SegmentContext.rebuild()
AtlasPath.setCollectionIndex
(int segmentIndex, Integer collectionIndex) AtlasPath.setVacantCollectionIndex
(Integer collectionIndex) Modifier and TypeMethodDescriptionAtlasPath.getCollectionSegments
(boolean includeRoot) AtlasPath.getSegments
(boolean includeRoot) protected List<AtlasPath.SegmentContext>
Modifier and TypeMethodDescriptionAtlasPath.getParentSegmentOf
(AtlasPath.SegmentContext sc) AtlasPath.getSegmentPath
(AtlasPath.SegmentContext sc) -
Uses of AtlasPath.SegmentContext in io.atlasmap.java.core
Modifier and TypeMethodDescriptionJavaFieldWriterUtil.adjustCollectionSize
(Object collectionObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.createComplexChildObject
(Object parentObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.createComplexChildObject
(Object parentObject, AtlasPath.SegmentContext segmentContext, Class<?> clazz) JavaFieldWriterUtil.createComplexCollectionItem
(Object collectionObject, Class<?> itemType, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.createComplexCollectionItem
(Object parentObject, Object collectionObject, AtlasPath.SegmentContext segmentContext) JavaFieldWriterUtil.getChildObject
(Object parentObject, AtlasPath.SegmentContext segment) JavaFieldWriterUtil.getCollectionItem
(Object collectionObject, AtlasPath.SegmentContext segmentContext) Class<?>
JavaFieldWriterUtil.resolveChildClass
(Object parentObject, AtlasPath.SegmentContext segment) Class<?>
JavaFieldWriterUtil.resolveCollectionItemClass
(Object parentObject, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriterUtil.setChildObject
(Object parentObject, Object childObject, AtlasPath.SegmentContext segmentContext) void
JavaFieldWriterUtil.setCollectionItem
(Object collectionObject, Object item, AtlasPath.SegmentContext segmentContext) -
Uses of AtlasPath.SegmentContext in io.atlasmap.xml.core