Package io.atlasmap.json.core
Class JsonFieldWriter
java.lang.Object
io.atlasmap.json.core.JsonFieldWriter
- All Implemented Interfaces:
AtlasFieldWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
com.fasterxml.jackson.databind.node.ContainerNode<?>
void
write
(AtlasInternalSession session)
-
Constructor Details
-
JsonFieldWriter
public JsonFieldWriter() -
JsonFieldWriter
public JsonFieldWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getRootNode
public com.fasterxml.jackson.databind.node.ContainerNode<?> getRootNode() -
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
write
- Specified by:
write
in interfaceAtlasFieldWriter
- Throws:
AtlasException
-