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 class
MultipleRestrictionFactory
-
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 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
RequireFromRestrictionFactory
class
SimpleRestrictionsFactory
class
StringRestrictionFactory
Fields 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_FACTORIES
Methods in com.github.rvesse.airline.restrictions.factories with parameters of type ArgumentsRestrictionFactory Modifier and Type Method Description static void
RestrictionRegistry. addArgumentsRestriction(java.lang.Class<? extends java.lang.annotation.Annotation> cls, ArgumentsRestrictionFactory factory)
-