Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 468 Bytes

This subproject contains POJOs from which PDP request and response JSON can be serialized and deserialized. Models include annotations for Jackson, to override defaults provided by Jackson's ObjectMapper. Additionally, models contain OpenAPI (fka Swagger) annotations to allow consuming applications to generate OpenAPI specifications from code.

See example code using the models in the client-feign and client-jaxrs subprojects.