jar

com.github.microtweak : conditional-validator-hv

Maven & Gradle

May 09, 2023
1 stars

Conditional Validator - Implementation for Hibernate Validator (RI)

Table Of Contents

Latest Version

Download com.github.microtweak : conditional-validator-hv JAR file - Latest Versions:

All Versions

Download com.github.microtweak : conditional-validator-hv JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x
0.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 conditional-validator-hv-2.0.0-rc.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.microtweak.conditionalvalidator.hv.constraint.pl

├─ com.github.microtweak.conditionalvalidator.hv.constraint.pl.NIPWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.pl.PESELWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.pl.REGONWhen.class - [JAR]

com.github.microtweak.conditionalvalidator.hv

├─ com.github.microtweak.conditionalvalidator.hv.HVBeanValidationImplementationHelper.class - [JAR]

com.github.microtweak.conditionalvalidator.hv.constraint.br

├─ com.github.microtweak.conditionalvalidator.hv.constraint.br.CNPJWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.br.CPFWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.br.TituloEleitoralWhen.class - [JAR]

com.github.microtweak.conditionalvalidator.hv.constraint

├─ com.github.microtweak.conditionalvalidator.hv.constraint.CodePointLengthWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.CreditCardNumberWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.CurrencyWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.EANWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.ISBNWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.LengthWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.LuhnCheckWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.Mod10CheckWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.Mod11CheckWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.RangeWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.URLWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.UniqueElementsWhen.class - [JAR]

com.github.microtweak.conditionalvalidator.hv.constraint.time

├─ com.github.microtweak.conditionalvalidator.hv.constraint.time.DurationMaxWhen.class - [JAR]

├─ com.github.microtweak.conditionalvalidator.hv.constraint.time.DurationMinWhen.class - [JAR]