Class OnEnabledGlobalFilter
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.cloud.gateway.config.conditional.OnEnabledComponent<GlobalFilter>
org.springframework.cloud.gateway.config.conditional.OnEnabledGlobalFilter
- All Implemented Interfaces:
org.springframework.context.annotation.Condition, org.springframework.context.annotation.ConfigurationCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?> protected Class<? extends GlobalFilter> protected StringnormalizeComponentName(Class<? extends GlobalFilter> filterClass) Methods inherited from class OnEnabledComponent
getComponentType, getConfigurationPhase, getMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matchesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.Condition
matches
-
Constructor Details
-
OnEnabledGlobalFilter
public OnEnabledGlobalFilter()
-
-
Method Details
-
normalizeComponentName
- Specified by:
normalizeComponentNamein classOnEnabledComponent<GlobalFilter>
-
annotationClass
- Specified by:
annotationClassin classOnEnabledComponent<GlobalFilter>
-
defaultValueClass
- Specified by:
defaultValueClassin classOnEnabledComponent<GlobalFilter>
-