public final class DefaultProtocolUnmarshallDependencies extends Object implements ProtocolUnmarshallDependencies
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultProtocolUnmarshallDependencies.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultProtocolUnmarshallDependencies.Builder |
builder() |
com.ibm.cos.v2.thirdparty.jackson.core.JsonFactory |
jsonFactory()
Used to parse JSON using Jackson.
|
JsonUnmarshallerRegistry |
jsonUnmarshallerRegistry()
Used for unmarshalling.
|
JsonValueNodeFactory |
nodeValueFactory()
Used for parsing.
|
Map<MarshallLocation,TimestampFormatTrait.Format> |
timestampFormats()
Used to expose this data through the interface.
|
public JsonUnmarshallerRegistry jsonUnmarshallerRegistry()
ProtocolUnmarshallDependenciesjsonUnmarshallerRegistry in interface ProtocolUnmarshallDependenciesJsonUnmarshaller,
JsonUnmarshallerContext.getUnmarshaller(MarshallLocation, MarshallingType)public JsonValueNodeFactory nodeValueFactory()
ProtocolUnmarshallDependenciesJsonNode instances that are
used during unmarshalling.nodeValueFactory in interface ProtocolUnmarshallDependenciespublic Map<MarshallLocation,TimestampFormatTrait.Format> timestampFormats()
ProtocolUnmarshallDependenciestimestampFormats in interface ProtocolUnmarshallDependenciespublic com.ibm.cos.v2.thirdparty.jackson.core.JsonFactory jsonFactory()
ProtocolUnmarshallDependenciesjsonFactory in interface ProtocolUnmarshallDependenciespublic static DefaultProtocolUnmarshallDependencies.Builder builder()
Copyright © 2026. All rights reserved.