Uses of Interface
software.amazon.awssdk.protocols.json.StructuredJsonGenerator
-
Packages that use StructuredJsonGenerator Package Description software.amazon.awssdk.protocols.json software.amazon.awssdk.protocols.json.internal.marshall -
-
Uses of StructuredJsonGenerator in software.amazon.awssdk.protocols.json
Classes in software.amazon.awssdk.protocols.json that implement StructuredJsonGenerator Modifier and Type Class Description class
SdkJsonGenerator
Thin wrapper around Jackson's JSON generator.Fields in software.amazon.awssdk.protocols.json declared as StructuredJsonGenerator Modifier and Type Field Description static StructuredJsonGenerator
StructuredJsonGenerator. NO_OP
No-op implementation that ignores all calls and returns empty bytes from getBytes. -
Uses of StructuredJsonGenerator in software.amazon.awssdk.protocols.json.internal.marshall
Methods in software.amazon.awssdk.protocols.json.internal.marshall that return StructuredJsonGenerator Modifier and Type Method Description StructuredJsonGenerator
JsonMarshallerContext. jsonGenerator()
Methods in software.amazon.awssdk.protocols.json.internal.marshall with parameters of type StructuredJsonGenerator Modifier and Type Method Description JsonMarshallerContext.Builder
JsonMarshallerContext.Builder. jsonGenerator(StructuredJsonGenerator jsonGenerator)
JsonProtocolMarshallerBuilder
JsonProtocolMarshallerBuilder. jsonGenerator(StructuredJsonGenerator jsonGenerator)
Sets the implementation ofStructuredJsonGenerator
which allows writing JSON or JSON like (i.e.Constructors in software.amazon.awssdk.protocols.json.internal.marshall with parameters of type StructuredJsonGenerator Constructor Description DocumentTypeJsonMarshaller(StructuredJsonGenerator jsonGenerator)
-