Skip to content

pulgupta/BeanValidation

Repository files navigation

Bean Validation in Micronaut

One of the most important aspect of any application code is to ensure that we are having correct data to be processed or to be shared. This ensure that we are working with valid data and avoid any issues which can result due to data inconsistencies.

Problem at hand

We spend a considerable time in checking things like

  • Possible null references
  • Empty Array
  • Invalid values

These things can quickly spiral in case we have objects with multiple level of composition.

Read full blog post at:

https://pulgupta.com/2019/09/20/bean-validations-in-micronaut/

About

Bean Validation using Micronaut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published