Class SimpleTypePathMarshaller
java.lang.Object
software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonMarshaller<Byte>static final JsonMarshaller<String>Marshallers for Strings bound to a greedy path param.static final JsonMarshaller<Integer>static final JsonMarshaller<Long>static final JsonMarshaller<Void>static final JsonMarshaller<Short>static final JsonMarshaller<String> -
Method Summary
-
Field Details
-
STRING
-
INTEGER
-
LONG
-
SHORT
-
BYTE
-
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
-