Files
java-tutorials/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md
T

6 lines
247 B
Markdown
Raw Normal View History

2021-11-11 20:22:13 +02:00
# This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator
2021-12-08 23:39:48 +08:00
### Relevant Articles:
- [Custom Validation with Swagger Codegen](https://www.baeldung.com/java-swagger-custom-validation)