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 TypeClassDescriptionclassclassAn annotation used to mark that an option must occur at most onceclassclassclassFactory which generates range restrictions from a variety of different range annotationsclassclassclassFields 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_FACTORIESMethods in com.github.rvesse.airline.restrictions.factories with parameters of type ArgumentsRestrictionFactoryModifier and TypeMethodDescriptionstatic voidRestrictionRegistry.addArgumentsRestriction(Class<? extends Annotation> cls, ArgumentsRestrictionFactory factory)