public interface StructuredJsonFactory
| Modifier and Type | Method and Description | 
|---|---|
| StructuredJsonGenerator | createWriter(String contentType)Returns the  StructuredJsonGeneratorto be used for marshalling the request. | 
| ErrorCodeParser | getErrorCodeParser(String customErrorCodeFieldName) | 
| com.fasterxml.jackson.core.JsonFactory | getJsonFactory() | 
StructuredJsonGenerator createWriter(String contentType)
StructuredJsonGenerator to be used for marshalling the request.contentType - Content type to send for requests.com.fasterxml.jackson.core.JsonFactory getJsonFactory()
ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
Copyright © 2019. All rights reserved.