Class JsonFieldWriter

  • All Implemented Interfaces:
    io.atlasmap.spi.AtlasFieldWriter

    public class JsonFieldWriter
    extends Object
    implements io.atlasmap.spi.AtlasFieldWriter
    • Constructor Detail

      • JsonFieldWriter

        public JsonFieldWriter()
      • JsonFieldWriter

        public JsonFieldWriter​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • 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:
        write in interface io.atlasmap.spi.AtlasFieldWriter
        Throws:
        io.atlasmap.api.AtlasException