@FunctionalInterface public static interface JsonWriter.JsonGeneratorFactory
JsonGenerator for a OutputStream. This will get called once for each "write" call.| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.thirdparty.jackson.core.JsonGenerator |
createGenerator(OutputStream outputStream) |
software.amazon.awssdk.thirdparty.jackson.core.JsonGenerator createGenerator(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2023. All rights reserved.