public final class JacksonTypeReferences extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static com.fasterxml.jackson.core.type.TypeReference<List<Map<String,Object>>> |
LIST_MAP_NORMAL |
static com.fasterxml.jackson.core.type.TypeReference<List<Map<String,String>>> |
LIST_MAP_STRING |
static com.fasterxml.jackson.core.type.TypeReference<List<Object>> |
LIST_OBJECT |
static com.fasterxml.jackson.core.type.TypeReference<List<String>> |
LIST_STRING |
static com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> |
MAP_NORMAL |
static com.fasterxml.jackson.core.type.TypeReference<Map<String,String>> |
MAP_STRING |
static com.fasterxml.jackson.core.type.TypeReference<Set<Map<String,Object>>> |
SET_MAP_NORMAL |
static com.fasterxml.jackson.core.type.TypeReference<Set<Map<String,String>>> |
SET_MAP_STRING |
static com.fasterxml.jackson.core.type.TypeReference<Set<Object>> |
SET_OBJECT |
static com.fasterxml.jackson.core.type.TypeReference<Set<String>> |
SET_STRING |
| 构造器和说明 |
|---|
JacksonTypeReferences() |
public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> MAP_NORMAL
public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,String>> MAP_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<List<Object>> LIST_OBJECT
public static final com.fasterxml.jackson.core.type.TypeReference<List<String>> LIST_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<Set<Object>> SET_OBJECT
public static final com.fasterxml.jackson.core.type.TypeReference<Set<String>> SET_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<List<Map<String,Object>>> LIST_MAP_NORMAL
public static final com.fasterxml.jackson.core.type.TypeReference<List<Map<String,String>>> LIST_MAP_STRING
public static final com.fasterxml.jackson.core.type.TypeReference<Set<Map<String,Object>>> SET_MAP_NORMAL
Copyright © 2023. All rights reserved.