Uses of Class
com.github.rvesse.airline.restrictions.common.AbstractStringRestriction
-
Packages that use AbstractStringRestriction Package Description com.github.rvesse.airline.restrictions.common -
-
Uses of AbstractStringRestriction in com.github.rvesse.airline.restrictions.common
Subclasses of AbstractStringRestriction in com.github.rvesse.airline.restrictions.common Modifier and Type Class Description class
AbstractLocaleAndCaseStringRestriction
An abstract string restriction that needs a locale and case sensitivity flagclass
EndsWithRestriction
A restriction that requires raw values to end with one of a set of suffixesclass
LengthRestriction
A restriction that requires string values meet length constraintsclass
NoOptionLikeValuesRestriction
A restriction that enforces that values CANNOT look like optionsclass
NotBlankRestriction
class
NotEmptyRestriction
class
StartsWithRestriction
A restriction that requires raw values to start with one of a set of prefixes
-