Class AtlasField

java.lang.Object
io.atlasmap.builder.AtlasField

public class AtlasField extends Object
A part of custom mapping builder API to implement custom mapping logic in Java code. This class wraps raw Field and provide some utility methods to introspect underlying field tree. DefaultAtlasMappingBuilder.read(String, String) reads from source document and creates AtlasField.
See Also: