Interface JacksonHelper.Writer
-
- Enclosing class:
- JacksonHelper
public static interface JacksonHelper.Writer
A callback interface for use with the withWriter() method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeContents(com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
-
Method Detail
-
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, java.io.IOException
- Throws:
com.fasterxml.jackson.core.JsonGenerationException
com.fasterxml.jackson.databind.JsonMappingException
java.io.IOException
-
-