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 TypeClassDescriptionclass
class
An annotation used to mark that an option must occur at most onceclass
class
class
Factory which generates range restrictions from a variety of different range annotationsclass
class
class
class
Fields 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_FACTORIES
Methods in com.github.rvesse.airline.restrictions.factories with parameters of type OptionRestrictionFactoryModifier and TypeMethodDescriptionstatic void
RestrictionRegistry.addOptionRestriction
(Class<? extends Annotation> cls, OptionRestrictionFactory factory)