Interface JacksonHelper.Writer
-
- Enclosing class:
- JacksonHelper
public static interface JacksonHelper.WriterA callback interface for use with the withWriter() method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteContents(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, IOException- Throws:
com.fasterxml.jackson.core.JsonGenerationExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException
-
-