Interface StructuredJsonFactory

All Known Implementing Classes:
BaseAwsStructuredJsonFactory

public interface StructuredJsonFactory
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
  • Method Details

    • createWriter

      StructuredJsonGenerator createWriter(String contentType)
      Returns the StructuredJsonGenerator to 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)