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