jar

io.github.ApamateSoft : Validator

Maven & Gradle

Apr 29, 2023
3 stars

Validator · Facilitates the validation of Strings by chaining a series of rules

Table Of Contents

Latest Version

Download io.github.ApamateSoft : Validator JAR file - Latest Versions:

All Versions

Download io.github.ApamateSoft : Validator JAR file - All Versions:

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

io.github.ApamateSoft.validator.exceptions

├─ io.github.ApamateSoft.validator.exceptions.InvalidEvaluationException.class - [JAR]

io.github.ApamateSoft.validator.functions

├─ io.github.ApamateSoft.validator.functions.OnInvalidEvaluation.class - [JAR]

├─ io.github.ApamateSoft.validator.functions.Validate.class - [JAR]

io.github.ApamateSoft.validator.messages

├─ io.github.ApamateSoft.validator.messages.Messages.class - [JAR]

├─ io.github.ApamateSoft.validator.messages.MessagesEn.class - [JAR]

├─ io.github.ApamateSoft.validator.messages.MessagesEs.class - [JAR]

io.github.ApamateSoft.validator

├─ io.github.ApamateSoft.validator.Rule.class - [JAR]

├─ io.github.ApamateSoft.validator.Validator.class - [JAR]

io.github.ApamateSoft.validator.utils

├─ io.github.ApamateSoft.validator.utils.Alphabets.class - [JAR]

├─ io.github.ApamateSoft.validator.utils.RegularExpression.class - [JAR]

├─ io.github.ApamateSoft.validator.utils.Validators.class - [JAR]

io.github.ApamateSoft.validator.annotations

├─ io.github.ApamateSoft.validator.annotations.Compare.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Date.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Email.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.ExpirationDate.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.HttpLink.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.HttpsLink.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Ip.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Ipv4.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Ipv6.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Length.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Link.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MaxLength.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MaxValue.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MinAge.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MinLength.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MinValue.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MustContainMin.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MustContainMinContainer.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MustContainOne.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.MustContainOneContainer.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Name.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.NotContain.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.NotContainContainer.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Number.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.NumberPattern.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.OnlyAlphanumeric.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.OnlyLetters.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.OnlyNumbers.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.RangeLength.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.RangeValue.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.RegExp.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Required.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.ShouldOnlyContain.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Time.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Time12.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.Time24.class - [JAR]

├─ io.github.ApamateSoft.validator.annotations.WwwLink.class - [JAR]