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