- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Profiles>
-
- io.lindstrom.mpd.support.ProfilesDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class ProfilesDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Profiles>
-
-
Constructor Summary
Constructors Constructor Description ProfilesDeserializer()
-
Method Summary
Modifier and Type Method Description Profilesdeserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-