Index
All Classes and Interfaces|All Packages
D
- deserialize(Reader, Type) - Method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
F
- fromObjectMapper(ObjectMapper) - Static method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Creates a new JSON engine that uses the specified Jackson
ObjectMapperfor JSON syntax processing. - fromObjectReader(ObjectReader) - Static method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Creates a new read-only JSON engine that uses the specified Jackson
ObjectReaderfor JSON syntax processing. - fromObjectReaderAndWriter(ObjectReader, ObjectWriter) - Static method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Creates a new JSON engine that uses the specified Jackson
ObjectReaderandObjectWriterfor JSON syntax processing. - fromObjectWriter(ObjectWriter) - Static method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Creates a new write-only JSON engine that uses the specified Jackson
ObjectWriterfor JSON syntax processing.
I
- io.github.grumpystuff.grumpyjson.jackson - package io.github.grumpystuff.grumpyjson.jackson
J
- JacksonBasedJsonEngine - Class in io.github.grumpystuff.grumpyjson.jackson
-
GSON-based implementation of
JsonEngine. - JacksonBasedJsonEngine() - Constructor for class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Creates a new JSON engine with standard converters registered.
R
- readJson(Reader) - Method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Reads JSON syntax from the specified source.
W
- writeJson(JsonNode, Writer) - Method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
-
Writes JSON syntax to the specified destination.
- writeTo(Object, Writer) - Method in class io.github.grumpystuff.grumpyjson.jackson.JacksonBasedJsonEngine
All Classes and Interfaces|All Packages