Class SimpleTypePathMarshaller
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.marshall.SimpleTypePathMarshaller
-
@SdkInternalApi public final class SimpleTypePathMarshaller extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static XmlMarshaller<String>GREEDY_STRINGMarshallers for Strings bound to a greedy path param.static XmlMarshaller<Integer>INTEGERstatic XmlMarshaller<Long>LONGstatic XmlMarshaller<Void>NULLstatic XmlMarshaller<Short>SHORTstatic XmlMarshaller<String>STRING
-
-
-
Field Detail
-
STRING
public static final XmlMarshaller<String> STRING
-
INTEGER
public static final XmlMarshaller<Integer> INTEGER
-
LONG
public static final XmlMarshaller<Long> LONG
-
SHORT
public static final XmlMarshaller<Short> SHORT
-
GREEDY_STRING
public static final XmlMarshaller<String> GREEDY_STRING
Marshallers for Strings bound to a greedy path param. No URL encoding is done on the string so that it preserves the path structure.
-
NULL
public static final XmlMarshaller<Void> NULL
-
-