jar

io.github.gpc : cascade-validation

Maven & Gradle

Dec 06, 2021
0 stars

cascade-validation · This plugin establishes a 'cascade' constraint property for validateable objects. If "cascade:true" is set on a nested object, the nested object's validate() method will be invoked and the results will be reported as part of the parent object's validation.

Table Of Contents

Latest Version

Download io.github.gpc : cascade-validation JAR file - Latest Versions:

All Versions

Download io.github.gpc : cascade-validation JAR file - All Versions:

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

com.cscinfo.platform.constraint

├─ com.cscinfo.platform.constraint.CascadeConstraint.class - [JAR]

├─ com.cscinfo.platform.constraint.CascadeConstraintRegistration.class - [JAR]

grails.cascade.validation

├─ grails.cascade.validation.Application.class - [JAR]

├─ grails.cascade.validation.CascadeValidationGrailsPlugin.class - [JAR]

Advertisement