Interface StructuredJsonFactory
- 
- All Known Implementing Classes:
- BaseAwsStructuredJsonFactory
 
 public interface StructuredJsonFactoryCommon interface for creating generators (writers) and protocol handlers for JSON like protocols.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StructuredJsonGeneratorcreateWriter(String contentType)Returns theStructuredJsonGeneratorto be used for marshalling the request.ErrorCodeParsergetErrorCodeParser(String customErrorCodeFieldName)software.amazon.awssdk.thirdparty.jackson.core.JsonFactorygetJsonFactory()
 
- 
- 
- 
Method Detail- 
createWriterStructuredJsonGenerator createWriter(String contentType) Returns theStructuredJsonGeneratorto be used for marshalling the request.- Parameters:
- contentType- Content type to send for requests.
 
 - 
getJsonFactorysoftware.amazon.awssdk.thirdparty.jackson.core.JsonFactory getJsonFactory() 
 - 
getErrorCodeParserErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName) 
 
- 
 
-