Annotation Interface ConditionalOnEnabledGlobalFilter
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@Conditional(OnEnabledGlobalFilter.class)
public @interface ConditionalOnEnabledGlobalFilter
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends GlobalFilter> The class component to check for.
-
Element Details
-
value
Class<? extends GlobalFilter> valueThe class component to check for.- Returns:
- the class that must be enabled
- Default:
org.springframework.cloud.gateway.config.conditional.OnEnabledGlobalFilter.DefaultValue.class
-