Uses of Class
com.github.rvesse.airline.restrictions.common.AbstractLocaleAndCaseStringRestriction
-
Packages that use AbstractLocaleAndCaseStringRestriction Package Description com.github.rvesse.airline.restrictions.common -
-
Uses of AbstractLocaleAndCaseStringRestriction in com.github.rvesse.airline.restrictions.common
Subclasses of AbstractLocaleAndCaseStringRestriction in com.github.rvesse.airline.restrictions.common Modifier and Type Class Description class
EndsWithRestriction
A restriction that requires raw values to end with one of a set of suffixesclass
NoOptionLikeValuesRestriction
A restriction that enforces that values CANNOT look like optionsclass
StartsWithRestriction
A restriction that requires raw values to start with one of a set of prefixes
-