public final class TypeReferences extends Base
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<BigDecimal> |
bigDecimalTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Boolean> |
booleanTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Double> |
doubleTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Integer> |
integerTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<com.fasterxml.jackson.databind.JsonNode> |
jsonNodeTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<LocalDate> |
localDateTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Locale> |
localeTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<LocalTime> |
localTimeTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Long> |
longTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<javax.money.MonetaryAmount> |
monetaryAmountTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<Set<String>> |
stringSetTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<String> |
stringTypeReference() |
static com.fasterxml.jackson.core.type.TypeReference<ZonedDateTime> |
zonedDateTimeTypeReference() |
public static com.fasterxml.jackson.core.type.TypeReference<Boolean> booleanTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<Double> doubleTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<BigDecimal> bigDecimalTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<Long> longTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<Integer> integerTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<String> stringTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<LocalDate> localDateTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<LocalTime> localTimeTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<ZonedDateTime> zonedDateTimeTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<javax.money.MonetaryAmount> monetaryAmountTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<com.fasterxml.jackson.databind.JsonNode> jsonNodeTypeReference()
public static com.fasterxml.jackson.core.type.TypeReference<Locale> localeTypeReference()