Class QueryUnmarshallerRegistry
- java.lang.Object
-
- software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry
-
- software.amazon.awssdk.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry
-
public final class QueryUnmarshallerRegistry extends AbstractMarshallingRegistry
Registry ofQueryUnmarshaller
implementations by location and type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryUnmarshallerRegistry.Builder
Builder for aQueryUnmarshallerRegistry
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryUnmarshallerRegistry.Builder
builder()
<T> QueryUnmarshaller<Object>
getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
-
Methods inherited from class software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry
get, toMarshallingType
-
-
-
-
Method Detail
-
getUnmarshaller
public <T> QueryUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
-
builder
public static QueryUnmarshallerRegistry.Builder builder()
- Returns:
- Builder instance to construct a
QueryUnmarshallerRegistry
.
-
-