public final class XmlMarshallerRegistry extends AbstractMarshallingRegistry
Modifier and Type | Class and Description |
---|---|
static class |
XmlMarshallerRegistry.Builder
Builder for a
XmlMarshallerRegistry . |
Modifier and Type | Method and Description |
---|---|
static XmlMarshallerRegistry.Builder |
builder() |
<T> XmlMarshaller<Object> |
getMarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType,
Object val) |
<T> XmlMarshaller<T> |
getMarshaller(MarshallLocation marshallLocation,
T val) |
public <T> XmlMarshaller<T> getMarshaller(MarshallLocation marshallLocation, T val)
public <T> XmlMarshaller<Object> getMarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType, Object val)
public static XmlMarshallerRegistry.Builder builder()
XmlMarshallerRegistry
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.