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