public interface JsonGeneratorDecorator
JsonGenerator used for serializing json.
Allows you to customize the JsonGenerator.
| Modifier and Type | Method and Description |
|---|---|
JsonGenerator |
decorate(JsonGenerator generator)
Decorates the given generator, and returns the decorated generator.
|
JsonGenerator decorate(JsonGenerator generator)
The returned decorator does not need to be the same object as the given generator.
generator - the generator to decorateCopyright © 2020. All rights reserved.