Uses of Class
io.atlasmap.core.AtlasPath.SegmentContext
Packages that use AtlasPath.SegmentContext
-
Uses of AtlasPath.SegmentContext in io.atlasmap.core
Fields in io.atlasmap.core with type parameters of type AtlasPath.SegmentContextModifier and TypeFieldDescriptionprotected List<AtlasPath.SegmentContext>
AtlasPath.segmentContexts
Methods in io.atlasmap.core that return AtlasPath.SegmentContextModifier 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) Methods in io.atlasmap.core that return types with arguments of type AtlasPath.SegmentContextModifier and TypeMethodDescriptionAtlasPath.getCollectionSegments
(boolean includeRoot) AtlasPath.getSegments
(boolean includeRoot) protected List<AtlasPath.SegmentContext>
Methods in io.atlasmap.core with parameters of type AtlasPath.SegmentContextModifier and TypeMethodDescriptionAtlasPath.getParentSegmentOf
(AtlasPath.SegmentContext sc) AtlasPath.getSegmentPath
(AtlasPath.SegmentContext sc) Constructor parameters in io.atlasmap.core with type arguments of type AtlasPath.SegmentContext -
Uses of AtlasPath.SegmentContext in io.atlasmap.java.core
Methods in io.atlasmap.java.core with parameters of type AtlasPath.SegmentContextModifier 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
Subclasses of AtlasPath.SegmentContext in io.atlasmap.xml.core