JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> simpleTypeUnmarshallers,
Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> simpleTypeUnmarshallers,
Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> simpleTypeUnmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> simpleTypeUnmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |