public class Types
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> |
groupOf(java.lang.Class<K> keyType,
java.lang.Class<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> |
groupOf(java.lang.Class<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> |
groupOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
java.lang.Class<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> |
groupOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType) |
static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.List<T>> |
listOf(java.lang.Class<T> type) |
static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.List<T>> |
listOf(com.fasterxml.jackson.core.type.TypeReference<T> type) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> |
mapOf(java.lang.Class<K> keyType,
java.lang.Class<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> |
mapOf(java.lang.Class<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> |
mapOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
java.lang.Class<V> valueType) |
static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> |
mapOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType) |
static <T> com.fasterxml.jackson.core.type.TypeReference<T> |
of(java.lang.Class<T> type) |
static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.Set<T>> |
setOf(java.lang.Class<T> type) |
static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.Set<T>> |
setOf(com.fasterxml.jackson.core.type.TypeReference<T> type) |
public static <T> com.fasterxml.jackson.core.type.TypeReference<T> of(java.lang.Class<T> type)
public static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.List<T>> listOf(java.lang.Class<T> type)
public static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.List<T>> listOf(com.fasterxml.jackson.core.type.TypeReference<T> type)
public static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.Set<T>> setOf(java.lang.Class<T> type)
public static <T> com.fasterxml.jackson.core.type.TypeReference<java.util.Set<T>> setOf(com.fasterxml.jackson.core.type.TypeReference<T> type)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> mapOf(java.lang.Class<K> keyType,
java.lang.Class<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> mapOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
java.lang.Class<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> mapOf(java.lang.Class<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<java.util.Map<K,V>> mapOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType,
com.fasterxml.jackson.core.type.TypeReference<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> groupOf(java.lang.Class<K> keyType, java.lang.Class<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> groupOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType, java.lang.Class<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> groupOf(java.lang.Class<K> keyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType)
public static <K,V> com.fasterxml.jackson.core.type.TypeReference<GroupedResult<K,V>> groupOf(com.fasterxml.jackson.core.type.TypeReference<K> keyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType)