Package | Description |
---|---|
com.ibm.cloud.objectstorage.protocol | |
com.ibm.cloud.objectstorage.protocol.json.internal |
Modifier and Type | Method and Description |
---|---|
MarshallingInfo<T> |
MarshallingInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
<T> void |
ProtocolMarshaller.marshall(T val,
MarshallingInfo<T> marshallingInfo)
Marshalls the value into the appropriate location based on the
MarshallingInfo metadata. |
Modifier and Type | Method and Description |
---|---|
void |
JsonMarshallerContext.marshall(MarshallLocation marshallLocation,
Object val,
MarshallingInfo marshallingInfo)
Convenience method to marshall a nested object (may be simple or structured) at the given location.
|
void |
JsonMarshaller.marshall(T val,
JsonMarshallerContext context,
MarshallingInfo<T> marshallingInfo)
Marshall the data into the request.
|
<V> void |
JsonProtocolMarshaller.marshall(V val,
MarshallingInfo<V> marshallingInfo) |
Copyright © 2024. All rights reserved.