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 a JsonGenerator for a OutputStream. This will get called once for each "write" call.
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awssdk.thirdparty.jackson.core.JsonGenerator
     
  • Method Details