Class KiwiTypeReferences

java.lang.Object
org.kiwiproject.jackson.KiwiTypeReferences

public final class KiwiTypeReferences extends Object
Utilities/constants for common types of Jackson TypeReference objects.
  • 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