Skip to content

foxinboxx/foxlabs-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This validation framework does not implement the JSR-303 specification. The main features of this implementation are:

  • Ability to modify (correct) test values.
  • Support for validation of localized values.
  • Conversion of values into and from text representation.
  • Formating of error messages, depending on the context.
  • Support for metadata, which allows to check any entity types.
  • Long list of predefined validation components.
  • Good opportunities for expansion.

Maven Dependency

<dependencies>
    <dependency>
        <groupId>org.foxlabs</groupId>
        <artifactId>foxlabs-validation</artifactId>
        <version>1.0</version>
    </dependency>
</dependencies>

More Info

More information on the project site.

Releases

No releases published

Packages

No packages published

Languages