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 classAbstractLocaleAndCaseStringRestrictionAn abstract string restriction that needs a locale and case sensitivity flagclassEndsWithRestrictionA restriction that requires raw values to end with one of a set of suffixesclassLengthRestrictionA restriction that requires string values meet length constraintsclassNoOptionLikeValuesRestrictionA restriction that enforces that values CANNOT look like optionsclassNotBlankRestrictionclassNotEmptyRestrictionclassStartsWithRestrictionA restriction that requires raw values to start with one of a set of prefixes
-