Uses of Class
org.springframework.cloud.gateway.handler.predicate.PredicateDefinition
-
Packages that use PredicateDefinition Package Description org.springframework.cloud.gateway.discovery org.springframework.cloud.gateway.route -
-
Uses of PredicateDefinition in org.springframework.cloud.gateway.discovery
Methods in org.springframework.cloud.gateway.discovery that return types with arguments of type PredicateDefinition Modifier and Type Method Description List<PredicateDefinition>DiscoveryLocatorProperties. getPredicates()static List<PredicateDefinition>GatewayDiscoveryClientAutoConfiguration. initPredicates()Method parameters in org.springframework.cloud.gateway.discovery with type arguments of type PredicateDefinition Modifier and Type Method Description voidDiscoveryLocatorProperties. 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 PredicateDefinition Modifier and Type Method Description List<PredicateDefinition>RouteDefinition. getPredicates()Method parameters in org.springframework.cloud.gateway.route with type arguments of type PredicateDefinition Modifier and Type Method Description voidRouteDefinition. setPredicates(List<PredicateDefinition> predicates)
-