Class OnEnabledPredicate
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.cloud.gateway.config.conditional.OnEnabledComponent<RoutePredicateFactory<?>>
org.springframework.cloud.gateway.config.conditional.OnEnabledPredicate
- 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 RoutePredicateFactory<?>> protected StringnormalizeComponentName(Class<? extends RoutePredicateFactory<?>> predicateClass) 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
-
OnEnabledPredicate
public OnEnabledPredicate()
-
-
Method Details
-
normalizeComponentName
- Specified by:
normalizeComponentNamein classOnEnabledComponent<RoutePredicateFactory<?>>
-
annotationClass
- Specified by:
annotationClassin classOnEnabledComponent<RoutePredicateFactory<?>>
-
defaultValueClass
- Specified by:
defaultValueClassin classOnEnabledComponent<RoutePredicateFactory<?>>
-