| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
LogstashSocketAppender.getJsonFactoryDecorator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogstashSocketAppender.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonFormatter.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFormatter.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterEscapesJsonFactoryDecorator
A
JsonFactoryDecorator that can be used to customize the JsonFactory.setCharacterEscapes(CharacterEscapes). |
class |
CompositeJsonFactoryDecorator
Combines a list of decorators into a single decorator, so multiple decorators can be used together.
|
class |
EscapeNonAsciiJsonFactoryDecorator
Enables the
JsonGenerator.Feature.ESCAPE_NON_ASCII feature on the JsonFactory. |
class |
FeatureJsonFactoryDecorator
A
JsonFactoryDecorator that allows enabling/disabling of JsonFactory features. |
class |
NullJsonFactoryDecorator
A
JsonFactoryDecorator that doesn't do any decoration. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFactoryDecorator.addDecorator(JsonFactoryDecorator decorator) |
boolean |
CompositeJsonFactoryDecorator.removeDecorator(JsonFactoryDecorator decorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CborJsonFactoryDecorator
A
JsonFactoryDecorator that will switch the output
to binary CBOR output instead of JSON text. |
| Modifier and Type | Class and Description |
|---|---|
class |
SmileJsonFactoryDecorator
A
JsonFactoryDecorator that will switch the output
to binary smile output instead of JSON text. |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlJsonFactoryDecorator
A
JsonFactoryDecorator that will switch the output
to YAML output instead of JSON text. |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonEncoder.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonEncoder.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonFactoryDecorator |
CompositeJsonLayout.getJsonFactoryDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonLayout.setJsonFactoryDecorator(JsonFactoryDecorator jsonFactoryDecorator) |
Copyright © 2019. All rights reserved.