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 RangeRestrictionPositiveNegativeRestriction.byteRestrictorprivate final RangeRestrictionPositiveNegativeRestriction.doubleRestrictorprivate final RangeRestrictionPositiveNegativeRestriction.floatRestrictorprivate final RangeRestrictionPositiveNegativeRestriction.integerRestrictorprivate final RangeRestrictionPositiveNegativeRestriction.longRestrictorprivate final RangeRestrictionPositiveNegativeRestriction.shortRestrictor -
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)