Interface JacksonHelper.Writer

Enclosing class:
JacksonHelper

public static interface JacksonHelper.Writer
A callback interface for use with the withWriter() method
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeContents(com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Details

    • writeContents

      void writeContents(com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.ObjectMapper objectMapper) throws com.fasterxml.jackson.core.JsonGenerationException, com.fasterxml.jackson.databind.JsonMappingException, IOException
      Throws:
      com.fasterxml.jackson.core.JsonGenerationException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException