Uses of Class
com.github.rvesse.airline.restrictions.common.RangeRestriction
Packages that use RangeRestriction
Package
Description
-
Uses of RangeRestriction in com.github.rvesse.airline.restrictions.common
Fields in com.github.rvesse.airline.restrictions.common declared as RangeRestrictionModifier and TypeFieldDescriptionprivate final RangeRestriction
PositiveNegativeRestriction.byteRestrictor
private final RangeRestriction
PositiveNegativeRestriction.doubleRestrictor
private final RangeRestriction
PositiveNegativeRestriction.floatRestrictor
private final RangeRestriction
PositiveNegativeRestriction.integerRestrictor
private final RangeRestriction
PositiveNegativeRestriction.longRestrictor
private final RangeRestriction
PositiveNegativeRestriction.shortRestrictor
-
Uses of RangeRestriction in com.github.rvesse.airline.restrictions.factories
Methods in com.github.rvesse.airline.restrictions.factories that return RangeRestrictionModifier and TypeMethodDescriptionprotected RangeRestriction
RangeRestrictionFactory.createByteRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createDoubleRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createFloatRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createIntegerRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createLexicalRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createLongRange
(Annotation annotation) protected RangeRestriction
RangeRestrictionFactory.createShortRange
(Annotation annotation)