Library that implements a javax.validation
abstraction and has its own custom javax.validation.Constraint
to simplify an API requests integrity validation.
Using the maven dependency plugin add the next block to the module pom.xml:
<dependency>
<groupId>pt.fcmartins</groupId>
<artifactId>sanitizer</artifactId>
<version>0.000.001</version>
<scope>provided</scope>
</dependency>
-
Directory : \modules\pt\fcmartins\sanitizer\main
-
Module configuration:
<?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.1" name="pt.fcmartins.sanitizer"> <resources> <resource-root path="sanitizer-{version}.jar" /> </resources> <dependencies> <module name="javaee.api" /> </dependencies> </module>
- [Francisco Martins](mailto:francisco.drive.7@gmail.com?subject=Java Sanitizer)
Distributed under the MIT License. See LICENSE
for more information.