public abstract class BaseAwsStructuredJsonFactory extends Object implements StructuredJsonFactory
| Modifier | Constructor and Description | 
|---|---|
protected  | 
BaseAwsStructuredJsonFactory(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract StructuredJsonGenerator | 
createWriter(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory,
            String contentType)  | 
StructuredJsonGenerator | 
createWriter(String contentType)
Returns the  
StructuredJsonGenerator to be used for marshalling the request. | 
ErrorCodeParser | 
getErrorCodeParser(String customErrorCodeFieldName)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJsonFactoryprotected BaseAwsStructuredJsonFactory(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)
public StructuredJsonGenerator createWriter(String contentType)
StructuredJsonFactoryStructuredJsonGenerator to be used for marshalling the request.createWriter in interface StructuredJsonFactorycontentType - Content type to send for requests.protected abstract StructuredJsonGenerator createWriter(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory, String contentType)
public ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
getErrorCodeParser in interface StructuredJsonFactoryCopyright © 2023. All rights reserved.