Uses of Interface
org.dominokit.jacksonapt.ObjectReader
| Package | Description |
|---|---|
| org.dominokit.jacksonapt | |
| org.dominokit.jacksonapt.registration |
-
Uses of ObjectReader in org.dominokit.jacksonapt
Subinterfaces of ObjectReader in org.dominokit.jacksonapt Modifier and Type Interface Description interfaceObjectMapper<T>Interface combiningObjectReaderandObjectWriterClasses in org.dominokit.jacksonapt that implement ObjectReader Modifier and Type Class Description classAbstractObjectMapper<T>Base implementation ofObjectMapper.classAbstractObjectReader<T>Base implementation ofObjectReader.classAbstractObjectWriter<T>Base implementation ofObjectWriter. -
Uses of ObjectReader in org.dominokit.jacksonapt.registration
Methods in org.dominokit.jacksonapt.registration that return ObjectReader Modifier and Type Method Description <T> ObjectReader<T>JsonRegistry. getReader(TypeToken<T> type)getReader.