jar

com.github.ankurpathak.username : username-validation

Maven & Gradle

Jan 01, 2019
2 stars

Java library for username validation for general use and with bean validation api.

Table Of Contents

Latest Version

Download com.github.ankurpathak.username : username-validation JAR file - Latest Versions:

All Versions

Download com.github.ankurpathak.username : username-validation JAR file - All Versions:

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

com.github.ankurpathak.username.bean.constraints.validator

├─ com.github.ankurpathak.username.bean.constraints.validator.EndWithAlphaNumericValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.EndWithAlphabetValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.NotContainConsecutivePeriodValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.NotContainConsecutiveUnderscoreValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.NotContainPeriodFollowedByUnderscoreValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.NotContainUnderscoreFollowedByPeriodValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.StartWithAlphaNumericValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.StartWithAlphabetValidator.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.validator.UsernamePatternValidator.class - [JAR]

com.github.ankurpathak.username

├─ com.github.ankurpathak.username.UsernameValidator.class - [JAR]

com.github.ankurpathak.username.util

├─ com.github.ankurpathak.username.util.Strings.class - [JAR]

com.github.ankurpathak.username.bean.constraints

├─ com.github.ankurpathak.username.bean.constraints.EndWithAlphaNumeric.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.EndWithAlphabet.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.NotContainConsecutivePeriod.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.NotContainConsecutiveUnderscore.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.NotContainPeriodFollowedByUnderscore.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.NotContainUnderscoreFollowedByPeriod.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.StartWithAlphaNumeric.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.StartWithAlphabet.class - [JAR]

├─ com.github.ankurpathak.username.bean.constraints.UsernamePattern.class - [JAR]

Advertisement