public final class XmlPayloadUnmarshaller extends Object
Modifier and Type | Field and Description |
---|---|
static XmlUnmarshaller<BigDecimal> |
BIG_DECIMAL |
static XmlUnmarshaller<Boolean> |
BOOLEAN |
static XmlUnmarshaller<Double> |
DOUBLE |
static XmlUnmarshaller<Float> |
FLOAT |
static XmlUnmarshaller<Instant> |
INSTANT |
static XmlUnmarshaller<Integer> |
INTEGER |
static XmlUnmarshaller<Long> |
LONG |
static XmlUnmarshaller<SdkBytes> |
SDK_BYTES |
static XmlUnmarshaller<String> |
STRING |
Modifier and Type | Method and Description |
---|---|
static List<?> |
unmarshallList(XmlUnmarshallerContext context,
List<XmlElement> content,
SdkField<List<?>> field) |
static Map<String,?> |
unmarshallMap(XmlUnmarshallerContext context,
List<XmlElement> content,
SdkField<Map<String,?>> field) |
static SdkPojo |
unmarshallSdkPojo(XmlUnmarshallerContext context,
List<XmlElement> content,
SdkField<SdkPojo> field) |
public static final XmlUnmarshaller<String> STRING
public static final XmlUnmarshaller<Integer> INTEGER
public static final XmlUnmarshaller<Long> LONG
public static final XmlUnmarshaller<Float> FLOAT
public static final XmlUnmarshaller<Double> DOUBLE
public static final XmlUnmarshaller<BigDecimal> BIG_DECIMAL
public static final XmlUnmarshaller<Boolean> BOOLEAN
public static final XmlUnmarshaller<Instant> INSTANT
public static final XmlUnmarshaller<SdkBytes> SDK_BYTES
public static SdkPojo unmarshallSdkPojo(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<SdkPojo> field)
public static List<?> unmarshallList(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<List<?>> field)
public static Map<String,?> unmarshallMap(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<Map<String,?>> field)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.