static JsonMarshaller<BigDecimal> |
SimpleTypeJsonMarshaller.BIG_DECIMAL |
|
static JsonMarshaller<Boolean> |
HeaderMarshaller.BOOLEAN |
|
static JsonMarshaller<Boolean> |
QueryParamMarshaller.BOOLEAN |
|
static JsonMarshaller<Boolean> |
SimpleTypeJsonMarshaller.BOOLEAN |
|
static JsonMarshaller<Document> |
SimpleTypeJsonMarshaller.DOCUMENT |
Marshalls Document type members by visiting the document using DocumentTypeJsonMarshaller.
|
static JsonMarshaller<Double> |
HeaderMarshaller.DOUBLE |
|
static JsonMarshaller<Double> |
QueryParamMarshaller.DOUBLE |
|
static JsonMarshaller<Double> |
SimpleTypeJsonMarshaller.DOUBLE |
|
static JsonMarshaller<Float> |
HeaderMarshaller.FLOAT |
|
static JsonMarshaller<Float> |
QueryParamMarshaller.FLOAT |
|
static JsonMarshaller<Float> |
SimpleTypeJsonMarshaller.FLOAT |
|
static JsonMarshaller<String> |
SimpleTypePathMarshaller.GREEDY_STRING |
Marshallers for Strings bound to a greedy path param.
|
static JsonMarshaller<Instant> |
HeaderMarshaller.INSTANT |
|
static JsonMarshaller<Instant> |
QueryParamMarshaller.INSTANT |
|
static JsonMarshaller<Instant> |
SimpleTypeJsonMarshaller.INSTANT |
|
static JsonMarshaller<Integer> |
HeaderMarshaller.INTEGER |
|
static JsonMarshaller<Integer> |
QueryParamMarshaller.INTEGER |
|
static JsonMarshaller<Integer> |
SimpleTypeJsonMarshaller.INTEGER |
|
static JsonMarshaller<Integer> |
SimpleTypePathMarshaller.INTEGER |
|
static JsonMarshaller<List<?>> |
HeaderMarshaller.LIST |
|
static JsonMarshaller<List<?>> |
QueryParamMarshaller.LIST |
|
static JsonMarshaller<List<?>> |
SimpleTypeJsonMarshaller.LIST |
|
static JsonMarshaller<Long> |
HeaderMarshaller.LONG |
|
static JsonMarshaller<Long> |
QueryParamMarshaller.LONG |
|
static JsonMarshaller<Long> |
SimpleTypeJsonMarshaller.LONG |
|
static JsonMarshaller<Long> |
SimpleTypePathMarshaller.LONG |
|
static JsonMarshaller<Map<String,?>> |
QueryParamMarshaller.MAP |
|
static JsonMarshaller<Map<String,?>> |
SimpleTypeJsonMarshaller.MAP |
Marshalls a Map as a JSON object where each key becomes a field.
|
static JsonMarshaller<Void> |
HeaderMarshaller.NULL |
|
static JsonMarshaller<Void> |
JsonMarshaller.NULL |
|
static JsonMarshaller<Void> |
QueryParamMarshaller.NULL |
|
static JsonMarshaller<Void> |
SimpleTypeJsonMarshaller.NULL |
|
static JsonMarshaller<Void> |
SimpleTypePathMarshaller.NULL |
|
static JsonMarshaller<SdkBytes> |
SimpleTypeJsonMarshaller.SDK_BYTES |
|
static JsonMarshaller<SdkPojo> |
SimpleTypeJsonMarshaller.SDK_POJO |
|
static JsonMarshaller<Short> |
HeaderMarshaller.SHORT |
|
static JsonMarshaller<Short> |
QueryParamMarshaller.SHORT |
|
static JsonMarshaller<Short> |
SimpleTypeJsonMarshaller.SHORT |
|
static JsonMarshaller<Short> |
SimpleTypePathMarshaller.SHORT |
|
static JsonMarshaller<String> |
HeaderMarshaller.STRING |
|
static JsonMarshaller<String> |
QueryParamMarshaller.STRING |
|
static JsonMarshaller<String> |
SimpleTypeJsonMarshaller.STRING |
|
static JsonMarshaller<String> |
SimpleTypePathMarshaller.STRING |
|