Class AbstractMarshallingRegistry.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry.Builder
-
- Enclosing class:
- AbstractMarshallingRegistry
public abstract static class AbstractMarshallingRegistry.Builder extends Object
Builder for aAbstractMarshallingRegistry
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> AbstractMarshallingRegistry.Builder
register(MarshallLocation marshallLocation, MarshallingType<T> marshallingType, Object marshaller)
-
-
-
Method Detail
-
register
protected <T> AbstractMarshallingRegistry.Builder register(MarshallLocation marshallLocation, MarshallingType<T> marshallingType, Object marshaller)
-
-