Package com.amazonaws.protocol.json
Interface StructuredJsonGenerator
- All Known Implementing Classes:
SdkJsonGenerator
public interface StructuredJsonGenerator
Interface for generating a JSON
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
writeFieldName
(String fieldName) writeValue
(boolean bool) writeValue
(double val) writeValue
(float val) writeValue
(int val) writeValue
(long val) writeValue
(short val) writeValue
(String val) writeValue
(BigDecimal value) writeValue
(BigInteger value) writeValue
(ByteBuffer bytes) writeValue
(Date date)
-
Method Details
-
writeStartArray
StructuredJsonGenerator writeStartArray() -
writeEndArray
StructuredJsonGenerator writeEndArray() -
writeStartObject
StructuredJsonGenerator writeStartObject() -
writeEndObject
StructuredJsonGenerator writeEndObject() -
writeFieldName
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
writeValue
-
getBytes
byte[] getBytes() -
getContentType
String getContentType()
-