jar

io.github.wilson-he : web-boot-validation

Maven & Gradle

Nov 19, 2019
0 stars

web-boot-validation · An auto configuration framework for api parameter validation.

Table Of Contents

Latest Version

Download io.github.wilson-he : web-boot-validation JAR file - Latest Versions:

All Versions

Download io.github.wilson-he : web-boot-validation JAR file - All Versions:

Version Vulnerabilities Size Updated
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 web-boot-validation-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.web.validation.interceptor

├─ io.web.validation.interceptor.ParameterExceptionHandler.class - [JAR]

io.web.validation.vo

├─ io.web.validation.vo.IntegerListVO.class - [JAR]

├─ io.web.validation.vo.IntegerVO.class - [JAR]

├─ io.web.validation.vo.LongListVO.class - [JAR]

├─ io.web.validation.vo.LongVO.class - [JAR]

├─ io.web.validation.vo.StringListVO.class - [JAR]

├─ io.web.validation.vo.StringVO.class - [JAR]

io.web.validation.group

├─ io.web.validation.group.DeleteGroup.class - [JAR]

├─ io.web.validation.group.InsertGroup.class - [JAR]

├─ io.web.validation.group.SelectGroup.class - [JAR]

├─ io.web.validation.group.UpdateGroup.class - [JAR]

io.web.validation

├─ io.web.validation.WebValidationAutoConfiguration.class - [JAR]