Interface JsonWriter.JsonGeneratorFactory
-
- Enclosing class:
- JsonWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JsonWriter.JsonGeneratorFactory
Generate aJsonGeneratorfor aOutputStream. This will get called once for each "write" call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.amazon.awssdk.thirdparty.jackson.core.JsonGeneratorcreateGenerator(OutputStream outputStream)
-
-
-
Method Detail
-
createGenerator
software.amazon.awssdk.thirdparty.jackson.core.JsonGenerator createGenerator(OutputStream outputStream) throws IOException
- Throws:
IOException
-
-