Package io.atlasmap.json.core
Class JsonFieldWriter
- java.lang.Object
-
- io.atlasmap.json.core.JsonFieldWriter
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasFieldWriter
public class JsonFieldWriter extends Object implements io.atlasmap.spi.AtlasFieldWriter
-
-
Constructor Summary
Constructors Constructor Description JsonFieldWriter()JsonFieldWriter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()com.fasterxml.jackson.databind.node.ContainerNode<?>getRootNode()voidwrite(io.atlasmap.spi.AtlasInternalSession session)
-
-
-
Method Detail
-
getRootNode
public com.fasterxml.jackson.databind.node.ContainerNode<?> getRootNode()
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-
write
public void write(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException- Specified by:
writein interfaceio.atlasmap.spi.AtlasFieldWriter- Throws:
io.atlasmap.api.AtlasException
-
-