model: implement Serializable with model classes

implement equals() and hashCode()
This commit is contained in:
2021-10-18 20:38:29 +02:00
parent 18cb89ace4
commit 021421a54c
47 changed files with 923 additions and 79 deletions

View File

@ -7,6 +7,7 @@
* Add `migration`, `recovery_seal` and `storage_type` fields to `SealReponse` model
* Add support for `wrap_info` in data response models
* Dependency updates
* model and response classes implement `Serializable` (#57)
### Test
* Tested against Vault 1.10.0