Uses of Interface
com.github.rvesse.airline.restrictions.factories.OptionRestrictionFactory
-
Packages that use OptionRestrictionFactory Package Description com.github.rvesse.airline.examples.userguide.restrictions.custom com.github.rvesse.airline.restrictions.factories -
-
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 Modifier and Type Class Description classMultipleRestrictionFactory -
Uses of OptionRestrictionFactory in com.github.rvesse.airline.restrictions.factories
Classes in com.github.rvesse.airline.restrictions.factories that implement OptionRestrictionFactory Modifier and Type Class Description classAllowedValuesRestrictionFactoryclassOccurrencesRestrictionFactoryAn annotation used to mark that an option must occur at most onceclassPathRestrictionFactoryclassPortRestrictionFactoryclassRangeRestrictionFactoryFactory which generates range restrictions from a variety of different range annotationsclassRequiredOnlyIfRestrictionFactoryclassRequireFromRestrictionFactoryclassSimpleRestrictionsFactoryclassStringRestrictionFactoryFields in com.github.rvesse.airline.restrictions.factories with type parameters of type OptionRestrictionFactory Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,OptionRestrictionFactory>RestrictionRegistry. OPTION_RESTRICTION_FACTORIESMethods in com.github.rvesse.airline.restrictions.factories with parameters of type OptionRestrictionFactory Modifier and Type Method Description static voidRestrictionRegistry. addOptionRestriction(java.lang.Class<? extends java.lang.annotation.Annotation> cls, OptionRestrictionFactory factory)
-