public class XmlPayloadMarshaller extends Object
Modifier and Type | Field and Description |
---|---|
static XmlMarshaller<BigDecimal> |
BIG_DECIMAL |
static XmlMarshaller<Boolean> |
BOOLEAN |
static XmlMarshaller<Double> |
DOUBLE |
static XmlMarshaller<Float> |
FLOAT |
static XmlMarshaller<Instant> |
INSTANT |
static XmlMarshaller<Integer> |
INTEGER |
static XmlMarshaller<List<?>> |
LIST |
static XmlMarshaller<Long> |
LONG |
static XmlMarshaller<Map<String,?>> |
MAP |
static XmlMarshaller<SdkBytes> |
SDK_BYTES |
static XmlMarshaller<SdkPojo> |
SDK_POJO |
static XmlMarshaller<String> |
STRING |
public static final XmlMarshaller<String> STRING
public static final XmlMarshaller<Integer> INTEGER
public static final XmlMarshaller<Long> LONG
public static final XmlMarshaller<Float> FLOAT
public static final XmlMarshaller<Double> DOUBLE
public static final XmlMarshaller<BigDecimal> BIG_DECIMAL
public static final XmlMarshaller<Boolean> BOOLEAN
public static final XmlMarshaller<Instant> INSTANT
public static final XmlMarshaller<SdkBytes> SDK_BYTES
public static final XmlMarshaller<SdkPojo> SDK_POJO
public static final XmlMarshaller<List<?>> LIST
public static final XmlMarshaller<Map<String,?>> MAP
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.