Uses of Interface
com.github.rvesse.airline.restrictions.factories.GlobalRestrictionFactory
-
Packages that use GlobalRestrictionFactory Package Description com.github.rvesse.airline.restrictions.factories -
-
Uses of GlobalRestrictionFactory in com.github.rvesse.airline.restrictions.factories
Classes in com.github.rvesse.airline.restrictions.factories that implement GlobalRestrictionFactory Modifier and Type Class Description classStandardGlobalRestrictionsFactoryFields in com.github.rvesse.airline.restrictions.factories with type parameters of type GlobalRestrictionFactory Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,GlobalRestrictionFactory>RestrictionRegistry. GLOBAL_RESTRICTION_FACTORIESMethods in com.github.rvesse.airline.restrictions.factories with parameters of type GlobalRestrictionFactory Modifier and Type Method Description static voidRestrictionRegistry. addGlobalRestriction(java.lang.Class<? extends java.lang.annotation.Annotation> cls, GlobalRestrictionFactory factory)
-