Class SubtypeDeserializer.DefaultSubtypeDeserializer<T>

java.lang.Object
org.dominokit.jacksonapt.deser.bean.HasDeserializer<T,​D>
org.dominokit.jacksonapt.deser.bean.SubtypeDeserializer<T,​JsonDeserializer<T>>
org.dominokit.jacksonapt.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer<T>
Enclosing class:
SubtypeDeserializer<T,​D extends JsonDeserializer<T>>

public abstract static class SubtypeDeserializer.DefaultSubtypeDeserializer<T>
extends SubtypeDeserializer<T,​JsonDeserializer<T>>
Delegate the deserialization of a subtype to a corresponding JsonDeserializer
Author:
Nicolas Morel.