-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public class JacksonHelper.FloatDeserializer extends JsonDeserializer<Float>
-
-
Field Summary
Fields Modifier and Type Field Description public final static JacksonHelper.FloatDeserializerINSTANCE
-
Method Summary
Modifier and Type Method Description Floatdeserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class com.hexagonkt.serialization.jackson.JacksonHelper.FloatDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
deserialize
Float deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-