| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind | 
 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. | 
| Modifier and Type | Field and Description | 
|---|---|
protected ObjectWriter.GeneratorSettings | 
ObjectWriter._generatorSettings
Container for settings that need to be passed to  
JsonGenerator
 constructed for serializing values. | 
static ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.empty  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.with(CharacterEscapes esc)  | 
ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.with(FormatSchema sch)  | 
ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.with(PrettyPrinter pp)  | 
ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.withRootValueSeparator(SerializableString sep)  | 
ObjectWriter.GeneratorSettings | 
ObjectWriter.GeneratorSettings.withRootValueSeparator(String sep)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ObjectWriter | 
ObjectWriter._new(ObjectWriter.GeneratorSettings genSettings,
    ObjectWriter.Prefetch prefetch)
Overridable factory method called by various "withXxx()" methods. 
 | 
| Constructor and Description | 
|---|
ObjectWriter(ObjectWriter base,
            SerializationConfig config,
            ObjectWriter.GeneratorSettings genSettings,
            ObjectWriter.Prefetch prefetch)
Copy constructor used for building variations. 
 | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.