Uses of Class
org.springframework.cloud.gateway.handler.predicate.PredicateDefinition
Packages that use PredicateDefinition
Package
Description
TODO: package javadoc.
TODO: package javadoc.
-
Uses of PredicateDefinition in org.springframework.cloud.gateway.discovery
Methods in org.springframework.cloud.gateway.discovery that return types with arguments of type PredicateDefinitionModifier and TypeMethodDescriptionDiscoveryLocatorProperties.getPredicates()static List<PredicateDefinition> GatewayDiscoveryClientAutoConfiguration.initPredicates()Method parameters in org.springframework.cloud.gateway.discovery with type arguments of type PredicateDefinitionModifier and TypeMethodDescriptionvoidDiscoveryLocatorProperties.setPredicates(List<PredicateDefinition> predicates) -
Uses of PredicateDefinition in org.springframework.cloud.gateway.route
Methods in org.springframework.cloud.gateway.route that return types with arguments of type PredicateDefinitionMethod parameters in org.springframework.cloud.gateway.route with type arguments of type PredicateDefinitionModifier and TypeMethodDescriptionvoidRouteDefinition.setPredicates(List<PredicateDefinition> predicates)