Interface StructuredJsonFactory
- 
- All Known Implementing Classes:
 BaseAwsStructuredJsonFactory
public interface StructuredJsonFactoryCommon interface for creating generators (writers) and protocol handlers for JSON like protocols. 
- 
- 
Method Summary
All 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
- 
createWriter
StructuredJsonGenerator createWriter(String contentType)
Returns theStructuredJsonGeneratorto be used for marshalling the request.- Parameters:
 contentType- Content type to send for requests.
 
- 
getJsonFactory
software.amazon.awssdk.thirdparty.jackson.core.JsonFactory getJsonFactory()
 
- 
getErrorCodeParser
ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
 
 - 
 
 -