Skip to content

Treverix/validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validation

A simple general purpose validation framework

The framework provides some interfaces and classes to implement validators for java objects. The validation results are added to a reusable context, which also provides an area to add validation properties and hints.

Hints may be used to pass objects to validators, that are expensive to create, like resolved entities from databases or parsed files. Validators then can use those objects rather then creating them again.

Validators simply implement the Validator interface and add a validation result to the context.

About

A simple general purpose validation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages