Uses of Class
com.fasterxml.jackson.databind.cfg.MapperBuilder
-
Packages that use MapperBuilder Package Description com.fasterxml.jackson.databind.cfg 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 (com.fasterxml.jackson.databind
).com.fasterxml.jackson.databind.json -
-
Uses of MapperBuilder in com.fasterxml.jackson.databind.cfg
Classes in com.fasterxml.jackson.databind.cfg with type parameters of type MapperBuilder Modifier and Type Class Description class
MapperBuilder<M extends ObjectMapper,B extends MapperBuilder<M,B>>
Jackson 3 will introduce fully immutable, builder-based system for constructingObjectMapper
s. -
Uses of MapperBuilder in com.fasterxml.jackson.databind.json
Subclasses of MapperBuilder in com.fasterxml.jackson.databind.json Modifier and Type Class Description static class
JsonMapper.Builder
Base implementation for "Vanilla"ObjectMapper
, used with JSON dataformat backend.
-