-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public class JacksonHelper.InetAddressDeserializer extends JsonDeserializer<InetAddress>
-
-
Field Summary
Fields Modifier and Type Field Description public final static JacksonHelper.InetAddressDeserializerINSTANCE
-
Method Summary
Modifier and Type Method Description InetAddressdeserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class com.hexagonkt.serialization.jackson.JacksonHelper.InetAddressDeserializer
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
InetAddress deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-