kurpathak.username.username-validation.1.0.1.source-code.ValidationMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of username-validation Show documentation
Show all versions of username-validation Show documentation
Java library for username validation for general use
and with bean validation api.
com.github.ankurpathak.bean.constraints.NotContainConsecutivePeriod.message=can't have consecutive periods.
com.github.ankurpathak.bean.constraints.NotContainConsecutiveUnderscore.message=can't have consecutive underscores.
com.github.ankurpathak.bean.constraints.NotContainPeriodFollowedByUnderscore.message=can't have period followed by underscore.
com.github.ankurpathak.bean.constraints.NotContainUnderscoreFollowedByPeriod.message=can't have underscore followed by period.
com.github.ankurpathak.bean.constraints.StartWithAlphaNumeric.message=first character should be a letter (a-z) or number.
com.github.ankurpathak.bean.constraints.EndWithAlphaNumeric.message=last character should be a letter (a-z) or number.
com.github.ankurpathak.bean.constraints.UsernamePattern.message=use only letters (a-z), numbers, underscores, and periods.