public interface JsonGeneratorDecorator
JsonGenerators.| Modifier and Type | Method and Description |
|---|---|
JsonGenerator |
decorate(JsonFactory factory,
JsonGenerator generator)
Allow to decorate
JsonGenerator instances returned by JsonFactory. |
JsonGenerator decorate(JsonFactory factory, JsonGenerator generator)
JsonGenerator instances returned by JsonFactory.factory - The factory which was used to build the original generatorgenerator - The generator to decorate. This might already be a decorated instance, not the original.Copyright © 2008–2023 FasterXML. All rights reserved.