jar

org.bitbucket.pablo127 : gpigvalidator

Maven & Gradle

Mar 25, 2017

GPigValidator · Multiplatform Java library which validates the data from classes depending on validation annotations from javax.validation.constraints and org.hibernate.validator.constraints packages. It enables to check correctness and throw customized exceptions and messages in different languages. English and Polish are built-in languages.

Table Of Contents

Latest Version

Download org.bitbucket.pablo127 : gpigvalidator JAR file - Latest Versions:

All Versions

Download org.bitbucket.pablo127 : gpigvalidator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gpigvalidator-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitbucket.pablo127.gpigvalidator.util

├─ org.bitbucket.pablo127.gpigvalidator.util.StringBuilderUtil.class - [JAR]

org.bitbucket.pablo127.gpigvalidator

├─ org.bitbucket.pablo127.gpigvalidator.Validator.class - [JAR]

org.bitbucket.pablo127.gpigvalidator.exception

├─ org.bitbucket.pablo127.gpigvalidator.exception.InternalException.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.exception.NotExistingField.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.exception.ValidationException.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.exception.WrongAnnotationTypeException.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.exception.WrongFieldTypeException.class - [JAR]

org.bitbucket.pablo127.gpigvalidator.constraint

├─ org.bitbucket.pablo127.gpigvalidator.constraint.ConstraintValidator.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.constraint.EmailValidator.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.constraint.Message.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.constraint.NotNullValidator.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.constraint.SizeValidator.class - [JAR]

├─ org.bitbucket.pablo127.gpigvalidator.constraint.TranslationConfig.class - [JAR]

Advertisement