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

6 lines
247 B
Markdown
Raw Normal View History

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