| 限定符和类型 | 字段和说明 |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
DEFAULT_OBJECT_MAPPER |
| 限定符和类型 | 方法和说明 |
|---|---|
static <DE> com.fasterxml.jackson.databind.JavaType |
constructListParametricType(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<?> parametrized,
Class<DE> elementClass) |
static <D> com.fasterxml.jackson.databind.JavaType |
constructParametricType(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<?> parametrized,
Class<D> dataClass) |
static <R> JsonHttpCaller.JsonDecoder<R> |
createDecoder(Class<R> returnClass) |
static <R> JsonHttpCaller.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpCaller.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<R> returnClass) |
static <R> JsonHttpCaller.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpCaller.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.core.type.TypeReference<R> typeRef) |
static JsonHttpCaller.JsonEncoder |
createEncoder() |
static JsonHttpCaller.JsonEncoder |
createEncoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static JsonHttpCaller.JsonHttpNoticer |
forNotice(String url) |
static JsonHttpCaller.JsonHttpNoticer |
forNotice(String url,
JsonHttpCaller.JsonEncoder encoder) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
Class<R> returnClass) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
JsonHttpCaller.JsonDecoder<R> decoder) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
JsonHttpCaller.JsonEncoder encoder,
JsonHttpCaller.JsonDecoder<R> decoder) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<R> returnClass) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.core.type.TypeReference<R> typeRef) |
static <R> JsonHttpCaller<R> |
forRequest(String url,
com.fasterxml.jackson.core.type.TypeReference<R> typeRef) |
public static final com.fasterxml.jackson.databind.ObjectMapper DEFAULT_OBJECT_MAPPER
public static JsonHttpCaller.JsonEncoder createEncoder()
public static JsonHttpCaller.JsonEncoder createEncoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static <R> JsonHttpCaller.JsonDecoder<R> createDecoder(Class<R> returnClass)
public static <R> JsonHttpCaller.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<R> returnClass)
public static <R> JsonHttpCaller.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpCaller.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpCaller.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static JsonHttpCaller.JsonHttpNoticer forNotice(String url)
public static JsonHttpCaller.JsonHttpNoticer forNotice(String url, JsonHttpCaller.JsonEncoder encoder)
public static <R> JsonHttpCaller<R> forRequest(String url, Class<R> returnClass)
public static <R> JsonHttpCaller<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<R> returnClass)
public static <R> JsonHttpCaller<R> forRequest(String url, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpCaller<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpCaller<R> forRequest(String url, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static <R> JsonHttpCaller<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static <R> JsonHttpCaller<R> forRequest(String url, JsonHttpCaller.JsonDecoder<R> decoder)
public static <R> JsonHttpCaller<R> forRequest(String url, JsonHttpCaller.JsonEncoder encoder, JsonHttpCaller.JsonDecoder<R> decoder)
public static <D> com.fasterxml.jackson.databind.JavaType constructParametricType(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<?> parametrized,
Class<D> dataClass)
Copyright © 2018. All rights reserved.