Package io.atlasmap.java.core
Class JavaFieldWriter
java.lang.Object
io.atlasmap.java.core.JavaFieldWriter
- All Implemented Interfaces:
AtlasFieldWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commitWriting
(AtlasInternalSession session) void
enqueueFieldAndParent
(Field field, Object parentObject) void
populateTargetFieldValue
(AtlasInternalSession session, Object parentObject) prepareParentObject
(AtlasInternalSession session) void
setCollectionItemClass
(Class<?> clazz) void
setRootObject
(Object rootObject) void
setTargetValueConverter
(TargetValueConverter converter) void
write
(AtlasInternalSession session)
-
Constructor Details
-
JavaFieldWriter
-
-
Method Details
-
prepareParentObject
- Throws:
AtlasException
-
populateTargetFieldValue
public void populateTargetFieldValue(AtlasInternalSession session, Object parentObject) throws AtlasException - Throws:
AtlasException
-
enqueueFieldAndParent
-
commitWriting
- Throws:
AtlasException
-
write
- Specified by:
write
in interfaceAtlasFieldWriter
- Throws:
AtlasException
-
getRootObject
-
setRootObject
-
setTargetValueConverter
-
setCollectionItemClass
-