@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 |
|---|---|
com.ibm.cos.v2.thirdparty.jackson.core.JsonGenerator |
createGenerator(OutputStream outputStream) |
com.ibm.cos.v2.thirdparty.jackson.core.JsonGenerator createGenerator(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2026. All rights reserved.