Uses of Interface
com.github.rvesse.airline.restrictions.factories.OptionRestrictionFactory
Packages that use OptionRestrictionFactory
Package
Description
-
Uses of OptionRestrictionFactory in com.github.rvesse.airline.examples.userguide.restrictions.custom
Classes in com.github.rvesse.airline.examples.userguide.restrictions.custom that implement OptionRestrictionFactory -
Uses of OptionRestrictionFactory in com.github.rvesse.airline.restrictions.factories
Classes in com.github.rvesse.airline.restrictions.factories that implement OptionRestrictionFactoryModifier and TypeClassDescriptionclassclassAn annotation used to mark that an option must occur at most onceclassclassclassFactory which generates range restrictions from a variety of different range annotationsclassclassclassclassFields in com.github.rvesse.airline.restrictions.factories with type parameters of type OptionRestrictionFactoryModifier and TypeFieldDescriptionprivate static final Map<Class<? extends Annotation>, OptionRestrictionFactory> RestrictionRegistry.OPTION_RESTRICTION_FACTORIESMethods in com.github.rvesse.airline.restrictions.factories with parameters of type OptionRestrictionFactoryModifier and TypeMethodDescriptionstatic voidRestrictionRegistry.addOptionRestriction(Class<? extends Annotation> cls, OptionRestrictionFactory factory)