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.
 
Generate a 
JsonGenerator for a OutputStream. This will get called once for each "write" call.- 
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.thirdparty.jackson.core.JsonGeneratorcreateGenerator(OutputStream outputStream)  
- 
Method Details
- 
createGenerator
software.amazon.awssdk.thirdparty.jackson.core.JsonGenerator createGenerator(OutputStream outputStream) throws IOException - Throws:
 IOException
 
 -