-
JacksonBasedJsonEngine.fromObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Creates a new JSON engine that uses the specified Jackson ObjectMapper for JSON syntax processing.
JacksonBasedJsonEngine.fromObjectReader(com.fasterxml.jackson.databind.ObjectReader objectReader)
Creates a new read-only JSON engine that uses the specified Jackson ObjectReader for JSON syntax
processing.
JacksonBasedJsonEngine.fromObjectReaderAndWriter(com.fasterxml.jackson.databind.ObjectReader objectReader,
com.fasterxml.jackson.databind.ObjectWriter objectWriter)
Creates a new JSON engine that uses the specified Jackson ObjectReader and ObjectWriter for
JSON syntax processing.
JacksonBasedJsonEngine.fromObjectWriter(com.fasterxml.jackson.databind.ObjectWriter objectWriter)
Creates a new write-only JSON engine that uses the specified Jackson ObjectWriter for JSON syntax
processing.