Package io.atlasmap.builder
Class AtlasField
java.lang.Object
io.atlasmap.builder.AtlasField
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadConstant
(String name) readProperty
(String scope, String name) setRawField
(Field f) void
void
writeProperty
(String scope, String name)
-
Constructor Details
-
AtlasField
-
-
Method Details
-
read
- Throws:
AtlasException
-
readConstant
- Throws:
AtlasException
-
readProperty
- Throws:
AtlasException
-
write
- Throws:
AtlasException
-
writeProperty
- Throws:
AtlasException
-
action
-
getRawField
-
setRawField
-