jar

com.v-collaborate : validation.constraints

Maven & Gradle

Mar 17, 2016
3 stars

JSR-303 validation constraints · JSR-303 Validator to validate a Daterange and other range constraints.

Table Of Contents

Latest Version

Download com.v-collaborate : validation.constraints JAR file - Latest Versions:

All Versions

Download com.v-collaborate : validation.constraints JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.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 validation.constraints-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.vcollaborate.validation.constraints.daterange

├─ com.vcollaborate.validation.constraints.daterange.DateRange.class - [JAR]

├─ com.vcollaborate.validation.constraints.daterange.DateRangeValidator.class - [JAR]

├─ com.vcollaborate.validation.constraints.daterange.EndDate.class - [JAR]

├─ com.vcollaborate.validation.constraints.daterange.StartDate.class - [JAR]

com.vcollaborate.validation.constraints.nested

├─ com.vcollaborate.validation.constraints.nested.Nested.class - [JAR]

├─ com.vcollaborate.validation.constraints.nested.NestedValidator.class - [JAR]

com.vcollaborate.validation.constraints

├─ com.vcollaborate.validation.constraints.Email.class - [JAR]

├─ com.vcollaborate.validation.constraints.EmailValidator.class - [JAR]

├─ com.vcollaborate.validation.constraints.Future.class - [JAR]

├─ com.vcollaborate.validation.constraints.FutureValidator.class - [JAR]

com.vcollaborate.validation.constraints.allowedvalues

├─ com.vcollaborate.validation.constraints.allowedvalues.AllowdIntegersValidator.class - [JAR]

├─ com.vcollaborate.validation.constraints.allowedvalues.AllowdStringsValidator.class - [JAR]

├─ com.vcollaborate.validation.constraints.allowedvalues.AllowedIntegers.class - [JAR]

├─ com.vcollaborate.validation.constraints.allowedvalues.AllowedStrings.class - [JAR]

Advertisement