Skip to content

Indoqa/indoqa-validator

Repository files navigation

indoqa-validator

A high-performance, partial implementation of JSR 303 (Bean Validation) optimized for Spring applications. It focuses on speed and simplicity over full specification coverage.

Features

  • Supports most common constraints (@NotNull, @Min, @Max, @DecimalMin, @DecimalMax)
  • Seamless integration with Spring’s validation infrastructure
  • Zero external dependencies beyond Spring
  • Very fast validation for high-throughput applications

Limitations

  • Only partial JSR 303 compliance
  • No custom constraint or message interpolation support

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages