Class TypeReferencesHelper
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.utils.TypeReferencesHelper
Various re-usable TypeReference definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<BigDecimal>static final com.fasterxml.jackson.core.type.TypeReference<Boolean>static final com.fasterxml.jackson.core.type.TypeReference<Date>static final com.fasterxml.jackson.core.type.TypeReference<Duration>static final com.fasterxml.jackson.core.type.TypeReference<Entity>static final com.fasterxml.jackson.core.type.TypeReference<EntitySet>static final com.fasterxml.jackson.core.type.TypeReference<org.geojson.GeoJsonObject>static final com.fasterxml.jackson.core.type.TypeReference<Integer>static final com.fasterxml.jackson.core.type.TypeReference<List<UnitOfMeasurement>>static final com.fasterxml.jackson.core.type.TypeReference<Long>static final com.fasterxml.jackson.core.type.TypeReference<MapValue>static final com.fasterxml.jackson.core.type.TypeReference<Number>static final com.fasterxml.jackson.core.type.TypeReference<Object>static final com.fasterxml.jackson.core.type.TypeReference<String>static final com.fasterxml.jackson.core.type.TypeReference<TimeInstant>static final com.fasterxml.jackson.core.type.TypeReference<TimeInterval>static final com.fasterxml.jackson.core.type.TypeReference<TimeValue>static final com.fasterxml.jackson.core.type.TypeReference<UnitOfMeasurement>static final com.fasterxml.jackson.core.type.TypeReference<UUID> -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.core.type.TypeReferencegetTypeReference(String name)
-
Field Details
-
TYPE_REFERENCE_BIGDECIMAL
public static final com.fasterxml.jackson.core.type.TypeReference<BigDecimal> TYPE_REFERENCE_BIGDECIMAL -
TYPE_REFERENCE_BOOLEAN
-
TYPE_REFERENCE_DATE
-
TYPE_REFERENCE_DURATION
-
TYPE_REFERENCE_ENTITY
-
TYPE_REFERENCE_ENTITYSET
public static final com.fasterxml.jackson.core.type.TypeReference<EntitySet> TYPE_REFERENCE_ENTITYSET -
TYPE_REFERENCE_GEOJSONOBJECT
public static final com.fasterxml.jackson.core.type.TypeReference<org.geojson.GeoJsonObject> TYPE_REFERENCE_GEOJSONOBJECT -
TYPE_REFERENCE_INTEGER
-
TYPE_REFERENCE_LIST_STRING
-
TYPE_REFERENCE_LONG
-
TYPE_REFERENCE_LIST_UOM
public static final com.fasterxml.jackson.core.type.TypeReference<List<UnitOfMeasurement>> TYPE_REFERENCE_LIST_UOM -
TYPE_REFERENCE_MAP
-
TYPE_REFERENCE_MAPVALUE
-
TYPE_REFERENCE_NUMBER
-
TYPE_REFERENCE_OBJECT
-
TYPE_REFERENCE_STRING
-
TYPE_REFERENCE_TIMEINSTANT
public static final com.fasterxml.jackson.core.type.TypeReference<TimeInstant> TYPE_REFERENCE_TIMEINSTANT -
TYPE_REFERENCE_TIMEINTERVAL
public static final com.fasterxml.jackson.core.type.TypeReference<TimeInterval> TYPE_REFERENCE_TIMEINTERVAL -
TYPE_REFERENCE_TIMEVALUE
public static final com.fasterxml.jackson.core.type.TypeReference<TimeValue> TYPE_REFERENCE_TIMEVALUE -
TYPE_REFERENCE_UOM
public static final com.fasterxml.jackson.core.type.TypeReference<UnitOfMeasurement> TYPE_REFERENCE_UOM -
TYPE_REFERENCE_UUID
-
-
Method Details
-
getTypeReference
-