Uses of Class
org.dominokit.jacksonapt.ser.bean.SubtypeSerializer
| Package | Description |
|---|---|
| org.dominokit.jacksonapt.ser.bean |
-
Uses of SubtypeSerializer in org.dominokit.jacksonapt.ser.bean
Subclasses of SubtypeSerializer in org.dominokit.jacksonapt.ser.bean Modifier and Type Class Description static classSubtypeSerializer.BeanSubtypeSerializer<T>Delegate the serialization of a subtype to a correspondingAbstractBeanJsonSerializerstatic classSubtypeSerializer.DefaultSubtypeSerializer<T>Delegate the serialization of a subtype to a correspondingJsonSerializerMethods in org.dominokit.jacksonapt.ser.bean that return types with arguments of type SubtypeSerializer Modifier and Type Method Description protected java.util.Map<java.lang.Class,SubtypeSerializer>AbstractBeanJsonSerializer. initMapSubtypeClassToSerializer()Initialize theMapcontaining theSubtypeSerializer.