public final class KiwiTypeReferences
extends Object
Utilities/constants for common types of Jackson TypeReference objects.
-
Field Summary
Fields
static final com.fasterxml.jackson.core.type.TypeReference<List<Boolean>>
static final com.fasterxml.jackson.core.type.TypeReference<List<Double>>
static final com.fasterxml.jackson.core.type.TypeReference<List<Float>>
static final com.fasterxml.jackson.core.type.TypeReference<List<Integer>>
static final com.fasterxml.jackson.core.type.TypeReference<List<Long>>
static final com.fasterxml.jackson.core.type.TypeReference<List<String>>
static final com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>>
static final com.fasterxml.jackson.core.type.TypeReference<Set<String>>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAP_OF_STRING_TO_OBJECT_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> MAP_OF_STRING_TO_OBJECT_TYPE_REFERENCE
-
LIST_OF_MAP_OF_STRING_TO_OBJECT_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Map<String,Object>>> LIST_OF_MAP_OF_STRING_TO_OBJECT_TYPE_REFERENCE
-
LIST_OF_STRING_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<String>> LIST_OF_STRING_TYPE_REFERENCE
-
LIST_OF_INTEGER_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Integer>> LIST_OF_INTEGER_TYPE_REFERENCE
-
LIST_OF_LONG_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Long>> LIST_OF_LONG_TYPE_REFERENCE
-
LIST_OF_DOUBLE_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Double>> LIST_OF_DOUBLE_TYPE_REFERENCE
-
LIST_OF_FLOAT_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Float>> LIST_OF_FLOAT_TYPE_REFERENCE
-
LIST_OF_BOOLEAN_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<List<Boolean>> LIST_OF_BOOLEAN_TYPE_REFERENCE
-
SET_OF_STRING_TYPE_REFERENCE
public static final com.fasterxml.jackson.core.type.TypeReference<Set<String>> SET_OF_STRING_TYPE_REFERENCE