Uses of Class
tools.jackson.databind.cfg.MapperBuilderState
Packages that use MapperBuilderState
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
Uses of MapperBuilderState in tools.jackson.databind
Fields in tools.jackson.databind declared as MapperBuilderStateModifier and TypeFieldDescriptionprotected final MapperBuilderStateObjectMapper._savedBuilderStateMinimal state retained to allow both re-building (by creating new builder) and JDK serialization of this mapper. -
Uses of MapperBuilderState in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as MapperBuilderStateModifier and TypeFieldDescriptionprotected MapperBuilderStateMapperBuilder._savedStateConfiguration state after direct access, immediately before registration of modules (if any) and construction of actual mapper.Methods in tools.jackson.databind.cfg that return MapperBuilderStateModifier and TypeMethodDescriptionprotected abstract MapperBuilderStateMapperBuilder._saveState()MapperBuilder.saveStateApplyModules()Method called by mapper being constructed to first save state (delegated to {code _saveState()} method), then apply modules (if any), and then return the saved state (but retain reference to it).Constructors in tools.jackson.databind.cfg with parameters of type MapperBuilderStateModifierConstructorDescriptionprotectedMapperBuilder(MapperBuilderState state) Constructor used to support "rebuild", starting with a previously taken snapshot, in order to create mappers that start with a known state of configuration, including a set of modules to register. -
Uses of MapperBuilderState in tools.jackson.databind.json
Subclasses of MapperBuilderState in tools.jackson.databind.jsonMethods in tools.jackson.databind.json that return MapperBuilderState