Package nl.vpro.jackson2
Class BackwardsCompatibleJsonEnum.Deserializer<T extends Enum<T>>
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<T>
-
- nl.vpro.jackson2.BackwardsCompatibleJsonEnum.Deserializer<T>
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
- BackwardsCompatibleJsonEnum
public abstract static class BackwardsCompatibleJsonEnum.Deserializer<T extends Enum<T>> extends com.fasterxml.jackson.databind.JsonDeserializer<T>
-
-
Constructor Summary
Constructors Constructor Description Deserializer(Class<T> enumClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tdeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public T deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<T extends Enum<T>>- Throws:
IOException
-
-