Annotation Type ConditionalOnEnabledFilter

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends GatewayFilterFactory<?>> value
      The class component to check for.
    • Element Detail

      • value

        Class<? extends GatewayFilterFactory<?>> value
        The class component to check for.
        Returns:
        the class that must be enabled
        Default:
        org.springframework.cloud.gateway.config.conditional.OnEnabledFilter.DefaultValue.class