| Package | Description |
|---|---|
| com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances. |
| com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
| com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
| com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
| com.fasterxml.jackson.datatype.jdk8 |
| Modifier and Type | Field and Description |
|---|---|
static SerializedString |
PrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATOR
Default String used for separating root values is single space.
|
| Modifier and Type | Field and Description |
|---|---|
static SerializedString |
DefaultPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATOR
Constant that specifies default "root-level" separator to use between
root values: a single space character.
|
| Modifier and Type | Field and Description |
|---|---|
protected SerializedString |
BeanPropertyWriter._name
Logical name of the property; will be used as the field name under which
value for the property is written.
|
| Constructor and Description |
|---|
BeanPropertyWriter(BeanPropertyWriter base,
SerializedString name) |
| Modifier and Type | Method and Description |
|---|---|
protected UnwrappingBeanPropertyWriter |
UnwrappingBeanPropertyWriter._new(NameTransformer transformer,
SerializedString newName)
Overridable factory method used by sub-classes
|
| Constructor and Description |
|---|
UnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base,
NameTransformer transformer,
SerializedString name) |
| Modifier and Type | Method and Description |
|---|---|
protected UnwrappingBeanPropertyWriter |
Jdk8UnwrappingOptionalBeanPropertyWriter._new(NameTransformer transformer,
SerializedString newName) |
| Constructor and Description |
|---|
Jdk8UnwrappingOptionalBeanPropertyWriter(Jdk8UnwrappingOptionalBeanPropertyWriter base,
NameTransformer transformer,
SerializedString name) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.