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 class
MultipleRestrictionFactory
-
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 class
AllowedValuesRestrictionFactory
class
OccurrencesRestrictionFactory
An annotation used to mark that an option must occur at most onceclass
PathRestrictionFactory
class
PortRestrictionFactory
class
RangeRestrictionFactory
Factory which generates range restrictions from a variety of different range annotationsclass
RequiredOnlyIfRestrictionFactory
class
RequireFromRestrictionFactory
class
SimpleRestrictionsFactory
class
StringRestrictionFactory
Fields 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_FACTORIES
Methods in com.github.rvesse.airline.restrictions.factories with parameters of type OptionRestrictionFactory Modifier and Type Method Description static void
RestrictionRegistry. addOptionRestriction(java.lang.Class<? extends java.lang.annotation.Annotation> cls, OptionRestrictionFactory factory)
-