Uses of Interface
com.github.rvesse.airline.restrictions.factories.ArgumentsRestrictionFactory
-
Packages that use ArgumentsRestrictionFactory Package Description com.github.rvesse.airline.examples.userguide.restrictions.custom com.github.rvesse.airline.restrictions.factories -
-
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 Modifier and Type Class Description classMultipleRestrictionFactory -
Uses of ArgumentsRestrictionFactory in com.github.rvesse.airline.restrictions.factories
Classes in com.github.rvesse.airline.restrictions.factories that implement ArgumentsRestrictionFactory 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 annotationsclassRequireFromRestrictionFactoryclassSimpleRestrictionsFactoryclassStringRestrictionFactoryFields in com.github.rvesse.airline.restrictions.factories with type parameters of type ArgumentsRestrictionFactory Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ArgumentsRestrictionFactory>RestrictionRegistry. ARGUMENT_RESTRICTION_FACTORIESMethods in com.github.rvesse.airline.restrictions.factories with parameters of type ArgumentsRestrictionFactory Modifier and Type Method Description static voidRestrictionRegistry. addArgumentsRestriction(java.lang.Class<? extends java.lang.annotation.Annotation> cls, ArgumentsRestrictionFactory factory)
-