Uses of Class
com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
Packages that use ObjectWriter.GeneratorSettings
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.-
Uses of ObjectWriter.GeneratorSettings in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind declared as ObjectWriter.GeneratorSettingsModifier and TypeFieldDescriptionprotected final ObjectWriter.GeneratorSettings
ObjectWriter._generatorSettings
Container for settings that need to be passed toJsonGenerator
constructed for serializing values.static final ObjectWriter.GeneratorSettings
ObjectWriter.GeneratorSettings.empty
Methods in com.fasterxml.jackson.databind that return ObjectWriter.GeneratorSettingsModifier and TypeMethodDescriptionObjectWriter.GeneratorSettings.with
(com.fasterxml.jackson.core.FormatSchema sch) ObjectWriter.GeneratorSettings.with
(com.fasterxml.jackson.core.io.CharacterEscapes esc) ObjectWriter.GeneratorSettings.with
(com.fasterxml.jackson.core.PrettyPrinter pp) ObjectWriter.GeneratorSettings.withRootValueSeparator
(com.fasterxml.jackson.core.SerializableString sep) ObjectWriter.GeneratorSettings.withRootValueSeparator
(String sep) Methods in com.fasterxml.jackson.databind with parameters of type ObjectWriter.GeneratorSettingsModifier and TypeMethodDescriptionprotected ObjectWriter
ObjectWriter._new
(ObjectWriter.GeneratorSettings genSettings, ObjectWriter.Prefetch prefetch) Overridable factory method called by various "withXxx()" methods.Constructors in com.fasterxml.jackson.databind with parameters of type ObjectWriter.GeneratorSettingsModifierConstructorDescriptionprotected
ObjectWriter
(ObjectWriter base, SerializationConfig config, ObjectWriter.GeneratorSettings genSettings, ObjectWriter.Prefetch prefetch) Copy constructor used for building variations.