Package | Description |
---|---|
com.ibm.cloud.objectstorage.protocol.json |
Modifier and Type | Method and Description |
---|---|
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.contentType(String contentType) |
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.emptyBodyMarshaller(EmptyBodyJsonMarshaller emptyBodyMarshaller)
Sets the marshaller to use when a request contains an explicit member but that member is null.
|
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.jsonGenerator(StructuredJsonGenerator jsonGenerator) |
<MarshallT> |
JsonProtocolMarshallerBuilder.marshallerOverride(MarshallLocation marshallLocation,
MarshallingType<MarshallT> marshallingType,
StructuredJsonMarshaller<MarshallT> marshaller)
Registers an override for the marshaller registry.
|
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.operationInfo(OperationInfo operationInfo) |
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.originalRequest(T originalRequest) |
JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.sendExplicitNullForPayload(boolean sendExplicitNullForPayload)
Deprecated.
|
static <T> JsonProtocolMarshallerBuilder<T> |
JsonProtocolMarshallerBuilder.standard() |
Copyright © 2024. All rights reserved.