https://github.com/mvallim/java-fluent-validator-predicates
Java Fluent Validator is inspired by Fluent Interface and .Net FluentValidation allowing Java and Kotlin developers write validations in a fluent and performatic way. Predicates are the base for the project and make even easier to build your validators. You will find some built-in predicates in this project that will speed up your development.
https://github.com/mvallim/java-fluent-validator-predicates
java java-fluent-validator kotlin predicates validation validation-library
Last synced: 13 days ago
JSON representation
Java Fluent Validator is inspired by Fluent Interface and .Net FluentValidation allowing Java and Kotlin developers write validations in a fluent and performatic way. Predicates are the base for the project and make even easier to build your validators. You will find some built-in predicates in this project that will speed up your development.
- Host: GitHub
- URL: https://github.com/mvallim/java-fluent-validator-predicates
- Owner: mvallim
- License: apache-2.0
- Created: 2021-04-13T00:27:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:34:37.000Z (over 4 years ago)
- Last Synced: 2024-04-15T00:02:28.404Z (almost 2 years ago)
- Topics: java, java-fluent-validator, kotlin, predicates, validation, validation-library
- Language: Java
- Homepage: https://mvallim.github.io/java-fluent-validator-predicates/
- Size: 129 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Java Fluent Validator Predicates
[](https://github.com/mvallim/java-fluent-validator-predicates/actions/workflows/maven.yml)
[](https://github.com/mvallim/java-fluent-validator-predicates/actions/workflows/codeql-analysis.yml)
[](https://sonarcloud.io/dashboard?id=java-fluent-validator-predicates)
[](https://sonarcloud.io/dashboard?id=jjava-fluent-validator-predicates)
[](https://maven-badges.herokuapp.com/maven-central/com.github.mvallim/java-fluent-validator-predicates)
[](http://www.apache.org/licenses/LICENSE-2.0)
_**Compatible JDK 8, 11 and 15**_
This library supports **`Kotlin`** aswell
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [GitHub](https://github.com/mvallim/java-fluent-validator-predicates) for versioning. For the versions available, see the [tags on this repository](https://github.com/mvallim/java-fluent-validator-predicates/tags).
## Authors
* **Marcos Vallim** - *Founder, Author, Development, Test, Documentation* - [mvallim](https://github.com/mvallim)
* **Paulo Sergio** - *Manteiner, Development, Test, Documentation* - [paulosergio-jnr](https://github.com/paulosergio-jnr)
See also the list of [contributors](CONTRIBUTORS.txt) who participated in this project.
## License
This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details