Uses of Class
tools.jackson.databind.json.JsonMapper.Builder
Packages that use JsonMapper.Builder
-
Uses of JsonMapper.Builder in tools.jackson.databind.json
Subclasses with type arguments of type JsonMapper.Builder in tools.jackson.databind.jsonModifier and TypeClassDescriptionstatic classBase implementation for "Vanilla"ObjectMapper, used with JSON dataformat backend.Methods in tools.jackson.databind.json that return JsonMapper.BuilderModifier and TypeMethodDescriptionstatic JsonMapper.BuilderJsonMapper.builder()static JsonMapper.BuilderJsonMapper.builder(tools.jackson.core.json.JsonFactory streamFactory) static JsonMapper.BuilderJsonMapper.builderWithJackson2Defaults()Modifies the settings of this builder to more closely match the default configs used in Jackson 2.x versions.JsonMapper.Builder.configure(tools.jackson.core.json.JsonReadFeature feature, boolean state) JsonMapper.Builder.configure(tools.jackson.core.json.JsonWriteFeature feature, boolean state) JsonMapper.Builder.disable(tools.jackson.core.json.JsonReadFeature... features) JsonMapper.Builder.disable(tools.jackson.core.json.JsonWriteFeature... features) JsonMapper.Builder.enable(tools.jackson.core.json.JsonReadFeature... features) JsonMapper.Builder.enable(tools.jackson.core.json.JsonWriteFeature... features) JsonMapper.rebuild()Constructors in tools.jackson.databind.json with parameters of type JsonMapper.Builder