Uses of Class
com.github.rvesse.airline.restrictions.common.RangeRestriction
Packages that use RangeRestriction
-
Uses of RangeRestriction in com.github.rvesse.airline.restrictions.factories
Methods in com.github.rvesse.airline.restrictions.factories that return RangeRestrictionModifier and TypeMethodDescriptionprotected RangeRestrictionRangeRestrictionFactory.createByteRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createDoubleRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createFloatRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createIntegerRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createLexicalRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createLongRange(Annotation annotation) protected RangeRestrictionRangeRestrictionFactory.createShortRange(Annotation annotation)