| 限定符和类型 | 字段和说明 |
|---|---|
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> JsonHttpClient.JsonDecoder<R> |
createDecoder(Class<R> returnClass) |
static <R> JsonHttpClient.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpClient.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<R> returnClass) |
static <R> JsonHttpClient.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpClient.JsonDecoder<R> |
createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.core.type.TypeReference<R> typeRef) |
static JsonHttpClient.JsonEncoder |
createEncoder() |
static JsonHttpClient.JsonEncoder |
createEncoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static JsonHttpClient.JsonHttpNoticer |
forNotice(String url) |
static JsonHttpClient.JsonHttpNoticer |
forNotice(String url,
JsonHttpClient.JsonEncoder encoder) |
static <R> JsonHttpClient<R> |
forRequest(String url,
Class<R> returnClass) |
static <R> JsonHttpClient<R> |
forRequest(String url,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpClient<R> |
forRequest(String url,
JsonHttpClient.JsonDecoder<R> decoder) |
static <R> JsonHttpClient<R> |
forRequest(String url,
JsonHttpClient.JsonEncoder encoder,
JsonHttpClient.JsonDecoder<R> decoder) |
static <R> JsonHttpClient<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Class<R> returnClass) |
static <R> JsonHttpClient<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JavaType javaType) |
static <R> JsonHttpClient<R> |
forRequest(String url,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.core.type.TypeReference<R> typeRef) |
static <R> JsonHttpClient<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 JsonHttpClient.JsonEncoder createEncoder()
public static JsonHttpClient.JsonEncoder createEncoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static <R> JsonHttpClient.JsonDecoder<R> createDecoder(Class<R> returnClass)
public static <R> JsonHttpClient.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<R> returnClass)
public static <R> JsonHttpClient.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpClient.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpClient.JsonDecoder<R> createDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static JsonHttpClient.JsonHttpNoticer forNotice(String url)
public static JsonHttpClient.JsonHttpNoticer forNotice(String url, JsonHttpClient.JsonEncoder encoder)
public static <R> JsonHttpClient<R> forRequest(String url, Class<R> returnClass)
public static <R> JsonHttpClient<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<R> returnClass)
public static <R> JsonHttpClient<R> forRequest(String url, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpClient<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType)
public static <R> JsonHttpClient<R> forRequest(String url, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static <R> JsonHttpClient<R> forRequest(String url, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<R> typeRef)
public static <R> JsonHttpClient<R> forRequest(String url, JsonHttpClient.JsonDecoder<R> decoder)
public static <R> JsonHttpClient<R> forRequest(String url, JsonHttpClient.JsonEncoder encoder, JsonHttpClient.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.