java.lang.Object
org.qubership.integration.platform.engine.mapper.atlasmap.FieldUtils

public class FieldUtils extends Object
  • Constructor Details

    • FieldUtils

      public FieldUtils()
  • Method Details

    • hasNotIndexedCollection

      public static boolean hasNotIndexedCollection(io.atlasmap.core.AtlasPath path)
    • getCollectionElements

      public static List<io.atlasmap.v2.Field> getCollectionElements(io.atlasmap.v2.Field field)
    • replacePrefix

      public static String replacePrefix(String s, String from, String to)
    • replacePathPrefix

      public static void replacePathPrefix(io.atlasmap.v2.Field field, String from, String to)
    • getChildren

      public static List<io.atlasmap.v2.Field> getChildren(io.atlasmap.v2.Field field)
    • cloneField

      public static io.atlasmap.v2.Field cloneField(io.atlasmap.v2.Field field)
    • replacePathSegments

      public static void replacePathSegments(io.atlasmap.v2.Field field, List<io.atlasmap.core.AtlasPath.SegmentContext> from, List<io.atlasmap.core.AtlasPath.SegmentContext> to)