Class FieldUtils
java.lang.Object
org.qubership.integration.platform.engine.mapper.atlasmap.FieldUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.atlasmap.v2.FieldcloneField(io.atlasmap.v2.Field field) static List<io.atlasmap.v2.Field> getChildren(io.atlasmap.v2.Field field) static List<io.atlasmap.v2.Field> getCollectionElements(io.atlasmap.v2.Field field) static booleanhasNotIndexedCollection(io.atlasmap.core.AtlasPath path) static voidreplacePathPrefix(io.atlasmap.v2.Field field, String from, String to) static voidreplacePathSegments(io.atlasmap.v2.Field field, List<io.atlasmap.core.AtlasPath.SegmentContext> from, List<io.atlasmap.core.AtlasPath.SegmentContext> to) static StringreplacePrefix(String s, String from, String to)
-
Constructor Details
-
FieldUtils
public FieldUtils()
-
-
Method Details
-
hasNotIndexedCollection
public static boolean hasNotIndexedCollection(io.atlasmap.core.AtlasPath path) -
getCollectionElements
-
replacePrefix
-
replacePathPrefix
-
getChildren
-
cloneField
public static io.atlasmap.v2.Field cloneField(io.atlasmap.v2.Field field) -
replacePathSegments
-