An open API service indexing awesome lists of open source software.

https://github.com/rindow/rindow-validation

Entity object validator
https://github.com/rindow/rindow-validation

bean-validation entity-validation framework jsr349 php

Last synced: about 1 year ago
JSON representation

Entity object validator

Awesome Lists containing this project

README

          

Rindow Validation
=================
Master: [![Build Status](https://travis-ci.com/rindow/rindow-validation.png?branch=master)](https://travis-ci.com/rindow/rindow-validation)

It is an object validator similar to the JSR-303.

Constraints are defined in annotations.
When applied to an entity(bean) object, it can be applied in both file base and annotation.