public class SimpleTypePathMarshallers extends Object
Modifier and Type | Field and Description |
---|---|
static JsonMarshaller<String> |
GREEDY_STRING
Marshallers for Strings bound to a greedy path param.
|
static JsonMarshaller<Integer> |
INTEGER |
static JsonMarshaller<Long> |
LONG |
static JsonMarshaller<Void> |
NULL |
static JsonMarshaller<String> |
STRING |
Constructor and Description |
---|
SimpleTypePathMarshallers() |
public static final JsonMarshaller<String> STRING
public static final JsonMarshaller<Integer> INTEGER
public static final JsonMarshaller<Long> LONG
public static final JsonMarshaller<String> GREEDY_STRING
public static final JsonMarshaller<Void> NULL
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.