Class SimpleTypePathMarshaller
- java.lang.Object
-
- software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
-
@SdkInternalApi public final class SimpleTypePathMarshaller extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static JsonMarshaller<Byte>BYTEstatic JsonMarshaller<String>GREEDY_STRINGMarshallers for Strings bound to a greedy path param.static JsonMarshaller<Integer>INTEGERstatic JsonMarshaller<Long>LONGstatic JsonMarshaller<Void>NULLstatic JsonMarshaller<Short>SHORTstatic JsonMarshaller<String>STRING
-
-
-
Field Detail
-
STRING
public static final JsonMarshaller<String> STRING
-
INTEGER
public static final JsonMarshaller<Integer> INTEGER
-
LONG
public static final JsonMarshaller<Long> LONG
-
SHORT
public static final JsonMarshaller<Short> SHORT
-
BYTE
public static final JsonMarshaller<Byte> BYTE
-
GREEDY_STRING
public static final JsonMarshaller<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 JsonMarshaller<Void> NULL
-
-