Uses of Class
org.dominokit.jacksonapt.deser.bean.SubtypeDeserializer
| Package | Description |
|---|---|
| org.dominokit.jacksonapt.deser.bean |
-
Uses of SubtypeDeserializer in org.dominokit.jacksonapt.deser.bean
Subclasses of SubtypeDeserializer in org.dominokit.jacksonapt.deser.bean Modifier and Type Class Description static classSubtypeDeserializer.BeanSubtypeDeserializer<T>Delegate the deserialization of a subtype to a correspondingAbstractBeanJsonDeserializerstatic classSubtypeDeserializer.DefaultSubtypeDeserializer<T>Delegate the deserialization of a subtype to a correspondingJsonDeserializerMethods in org.dominokit.jacksonapt.deser.bean that return types with arguments of type SubtypeDeserializer Modifier and Type Method Description protected java.util.Map<java.lang.Class,SubtypeDeserializer>AbstractBeanJsonDeserializer. initMapSubtypeClassToDeserializer()Initialize theMapcontaining theSubtypeDeserializer.