https://github.com/darkredz/zeko-validator
https://github.com/darkredz/zeko-validator
input-validation java kotlin validation validation-rules
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkredz/zeko-validator
- Owner: darkredz
- License: apache-2.0
- Created: 2020-01-09T16:29:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T10:50:55.000Z (over 1 year ago)
- Last Synced: 2025-02-12T15:51:38.476Z (4 months ago)
- Topics: input-validation, java, kotlin, validation, validation-rules
- Language: Java
- Size: 381 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeko Validator
A Java validation library by providing a fluent API and abstracting away the conditional constructs of the language.
This is consider a rewrite base on validly to focus on validating raw string inputs from HTTP request with more than 100 preset validation rules.
The library had been used in various Kotlin based project as well.