Package org.javers.core.json
Interface JsonAdvancedTypeAdapter<T>
- All Superinterfaces:
AbstractJsonTypeAdapter
- All Known Implementing Classes:
BasicStringSuperTypeAdapter,OptionalTypeAdapter,PathTypeAdapter
Advanced variant of
Can be used to write polymorphic/generic type adapters.
Provides additional argument:
JsonTypeAdapter.Can be used to write polymorphic/generic type adapters.
Provides additional argument:
Type typeOfT — a runtime type of a serialized/deserialized object-
Method Summary
-
Method Details
-
fromJson
-
toJson
-
getTypeSuperclass
-