public abstract class BaseAwsStructuredJsonFactory extends Object implements StructuredJsonFactory
Modifier and Type | Method and Description |
---|---|
StructuredJsonGenerator |
createWriter(String contentType)
Returns the
StructuredJsonGenerator to be used for marshalling the request. |
ErrorCodeParser |
getErrorCodeParser(String customErrorCodeFieldName) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJsonFactory
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.public ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
getErrorCodeParser
in interface StructuredJsonFactory
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.