public final class TypeReferences extends Object
TypeReference
instances needed for Jackson mapper to support generics.Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<List<RecentItem>> |
RECENT_ITEM_LIST_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<RecentReport>> |
RECENT_REPORT_LIST_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<ReportInstance>> |
REPORT_INSTANCE_LIST_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<RestError>> |
REST_ERROR_LIST_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<SearchResult>> |
SEARCH_RESULT_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<String>> |
STRING_LIST_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<Map<Limits.Operation,Limits.Usage>> |
USAGES_TYPE |
static com.fasterxml.jackson.core.type.TypeReference<List<Version>> |
VERSION_LIST_TYPE |
public static final com.fasterxml.jackson.core.type.TypeReference<Map<Limits.Operation,Limits.Usage>> USAGES_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<RestError>> REST_ERROR_LIST_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<ReportInstance>> REPORT_INSTANCE_LIST_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<RecentReport>> RECENT_REPORT_LIST_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<String>> STRING_LIST_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Version>> VERSION_LIST_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<SearchResult>> SEARCH_RESULT_TYPE
public static final com.fasterxml.jackson.core.type.TypeReference<List<RecentItem>> RECENT_ITEM_LIST_TYPE
Apache Camel