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 |
Modifier and Type | Class and Description |
---|---|
class |
MapperBuilder<M extends ObjectMapper,B extends MapperBuilder<M,B>>
Jackson 3 will introduce fully immutable, builder-based system for constructing
ObjectMapper s. |
Modifier and Type | Class and Description |
---|---|
static class |
JsonMapper.Builder
Base implementation for "Vanilla"
ObjectMapper , used with
JSON dataformat backend. |
Copyright © 2008–2019 FasterXML. All rights reserved.