jar

io.github.opensanca : service-validator

Maven & Gradle

Apr 08, 2018
12 stars

Service Validator · NullSafe and DTO validation for Javax Validation in service layer using Aspect

Table Of Contents

Latest Version

Download io.github.opensanca : service-validator JAR file - Latest Versions:

All Versions

Download io.github.opensanca : service-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 service-validator-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.opensanca.matchers

├─ io.github.opensanca.matchers.ServiceValidatorErrorMatcher.class - [JAR]

├─ io.github.opensanca.matchers.ServiceValidatorViolationsMatcher.class - [JAR]

io.github.opensanca.mvc

├─ io.github.opensanca.mvc.ServiceValidatorExceptionHandlerController.class - [JAR]

io.github.opensanca.annotation

├─ io.github.opensanca.annotation.ServiceValidation.class - [JAR]

io.github.opensanca

├─ io.github.opensanca.ServiceValidatorAutoConfiguration.class - [JAR]

├─ io.github.opensanca.ServiceValidatorImport.class - [JAR]

io.github.opensanca.exception

├─ io.github.opensanca.exception.ServiceValidationErrorCollection.class - [JAR]

├─ io.github.opensanca.exception.ServiceValidationException.class - [JAR]

io.github.opensanca.aop

├─ io.github.opensanca.aop.ServiceValidationAspectImpl.class - [JAR]

Advertisement