Uses of Interface
com.github.rvesse.airline.restrictions.factories.ArgumentsRestrictionFactory
Packages that use ArgumentsRestrictionFactory
Package
Description
-
Uses of ArgumentsRestrictionFactory in com.github.rvesse.airline.examples.userguide.restrictions.custom
Classes in com.github.rvesse.airline.examples.userguide.restrictions.custom that implement ArgumentsRestrictionFactory -
Uses of ArgumentsRestrictionFactory in com.github.rvesse.airline.restrictions.factories
Classes in com.github.rvesse.airline.restrictions.factories that implement ArgumentsRestrictionFactoryModifier 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
Fields in com.github.rvesse.airline.restrictions.factories with type parameters of type ArgumentsRestrictionFactoryModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends Annotation>, ArgumentsRestrictionFactory> RestrictionRegistry.ARGUMENT_RESTRICTION_FACTORIES
Methods in com.github.rvesse.airline.restrictions.factories with parameters of type ArgumentsRestrictionFactoryModifier and TypeMethodDescriptionstatic void
RestrictionRegistry.addArgumentsRestriction
(Class<? extends Annotation> cls, ArgumentsRestrictionFactory factory)