public abstract class BaseAwsStructuredJsonFactory extends Object implements StructuredJsonFactory
Modifier | Constructor and Description |
---|---|
protected |
BaseAwsStructuredJsonFactory(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
Modifier and Type | Method and Description |
---|---|
protected abstract StructuredJsonGenerator |
createWriter(com.fasterxml.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, wait
getJsonFactory
protected BaseAwsStructuredJsonFactory(com.fasterxml.jackson.core.JsonFactory jsonFactory)
public StructuredJsonGenerator createWriter(String contentType)
StructuredJsonFactory
StructuredJsonGenerator
to be used for marshalling the request.createWriter
in interface StructuredJsonFactory
contentType
- Content type to send for requests.protected abstract StructuredJsonGenerator createWriter(com.fasterxml.jackson.core.JsonFactory jsonFactory, String contentType)
public ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
getErrorCodeParser
in interface StructuredJsonFactory
Copyright © 2019. All rights reserved.