| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
LogstashSocketAppender.getJsonGeneratorDecorator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogstashSocketAppender.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonFormatter.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonFormatter.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeJsonGeneratorDecorator
Combines a list of decorators into a single decorator, so multiple decorators can be used together.
|
class |
FeatureJsonGeneratorDecorator
A
JsonGeneratorDecorator that allows enabling/disabling of JsonGenerator features. |
class |
NullJsonGeneratorDecorator
A
JsonGeneratorDecorator that doesn't do any decoration. |
class |
PrettyPrintingJsonGeneratorDecorator
Enables pretty printing on the
JsonGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonGeneratorDecorator.addDecorator(JsonGeneratorDecorator decorator) |
boolean |
CompositeJsonGeneratorDecorator.removeDecorator(JsonGeneratorDecorator decorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CborFeatureJsonGeneratorDecorator
A
JsonGeneratorDecorator that allows enabling/disabling of CBORGenerator features. |
| Modifier and Type | Class and Description |
|---|---|
class |
SmileFeatureJsonGeneratorDecorator
A
JsonGeneratorDecorator that allows enabling/disabling of SmileGenerator features. |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlFeatureJsonGeneratorDecorator
A
JsonGeneratorDecorator that allows enabling/disabling of YAMLGenerator features. |
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonEncoder.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonEncoder.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Method and Description |
|---|---|
JsonGeneratorDecorator |
CompositeJsonLayout.getJsonGeneratorDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeJsonLayout.setJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaskingJsonGeneratorDecorator
A
JsonGeneratorDecorator that wraps a JsonGenerator with a MaskingJsonGenerator,
so that sensitive field values can be masked. |
Copyright © 2019. All rights reserved.