| Package | Description |
|---|---|
| com.github.rvesse.airline.restrictions.factories |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowedValuesRestrictionFactory |
class |
OccurrencesRestrictionFactory
An annotation used to mark that an option must occur at most once
|
class |
PathRestrictionFactory |
class |
PortRestrictionFactory |
class |
RangeRestrictionFactory
Factory which generates range restrictions from a variety of different range
annotations
|
class |
RequiredOnlyIfRestrictionFactory |
class |
RequireFromRestrictionFactory |
class |
SimpleRestrictionsFactory |
class |
StringRestrictionFactory |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestrictionRegistry.addOptionRestriction(Class<? extends Annotation> cls,
OptionRestrictionFactory factory) |
Copyright © 2012–2022. All rights reserved.