1
0

ModelMapper as Spring Bean

This commit is contained in:
Michael Hoennig
2022-10-23 09:58:52 +02:00
parent 0b0f57c176
commit 6f3c03e6b6
45 changed files with 329 additions and 280 deletions

View File

@ -18,6 +18,7 @@ components:
HsOfficePartnerDetails:
type: object
nullable: false
properties:
uuid:
type: string
@ -56,7 +57,7 @@ components:
HsOfficePartnerDetailsPatch:
type: object
nullable: true
nullable: false
properties:
registrationOffice:
type: string
@ -90,9 +91,11 @@ components:
required:
- personUuid
- contactUuid
- details
HsOfficePartnerDetailsInsert:
type: object
nullable: false
properties:
registrationOffice:
type: string