Class IPAddressDeserializer.IPv6
java.lang.Object
tools.jackson.databind.ValueDeserializer<I>
com.github.robtimus.net.ip.jackson.databind.IPAddressDeserializer<IPv6Address>
com.github.robtimus.net.ip.jackson.databind.IPAddressDeserializer.IPv6
- All Implemented Interfaces:
NullValueProvider
- Enclosing class:
- IPAddressDeserializer<I extends IPAddress<?>>
A deserializer for
IPv6Address.- Author:
- Rob Spoor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.robtimus.net.ip.jackson.databind.IPAddressDeserializer
IPAddressDeserializer.AnyVersion, IPAddressDeserializer.IPv4, IPAddressDeserializer.IPv6Nested classes/interfaces inherited from class tools.jackson.databind.ValueDeserializer
ValueDeserializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.robtimus.net.ip.jackson.databind.IPAddressDeserializer
deserializeMethods inherited from class tools.jackson.databind.ValueDeserializer
createContextual, deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, resolve, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
IPv6
public IPv6()Creates a newIPv6Addressdeserializer.
-
-
Method Details
-
handledType
- Specified by:
handledTypein classIPAddressDeserializer<IPv6Address>
-