Uses of Class
org.springframework.cloud.gateway.route.builder.PredicateSpec
Packages that use PredicateSpec
-
Uses of PredicateSpec in org.springframework.cloud.gateway.route.builder
Subclasses of PredicateSpec in org.springframework.cloud.gateway.route.builderModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.springframework.cloud.gateway.route.builder that return PredicateSpecModifier and TypeMethodDescriptionPredicateSpec.order(int order) RouteLocatorBuilder.RouteSpec.randomId()Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type PredicateSpecModifier and TypeMethodDescriptionBooleanSpec.BooleanOpSpec.nested(Function<PredicateSpec, BooleanSpec> fn) BooleanSpec.BooleanOpSpec.not(Function<PredicateSpec, BooleanSpec> fn) PredicateSpec.not(Function<PredicateSpec, BooleanSpec> fn) Creates a newRoute.RouteLocatorBuilder.Builder.route(Function<PredicateSpec, Buildable<Route>> fn) Creates a newRoute.