Package name.martingeisse.grumpyjson.deserialize
package name.martingeisse.grumpyjson.deserialize
-
ClassDescriptionHelper methods to build custom deserializers for common cases.The body of a custom deserializerThis exception type gets thrown when the incoming JSON does not match the expected structure.Defines the conversion from JSON to a Java object / value for one or more types.Abstracts the run-time methods from the
JsonDeserializerRegistryso that deserializers which have to look up dependencies don't depend on the full registry.This registry keeps theJsonDeserializers used by aJsonEngine.