Uses of Class
org.springframework.cloud.gateway.route.builder.PredicateSpec
-
Packages that use PredicateSpec Package Description org.springframework.cloud.gateway.route.builder -
-
Uses of PredicateSpec in org.springframework.cloud.gateway.route.builder
Subclasses of PredicateSpec in org.springframework.cloud.gateway.route.builder Modifier and Type Class Description static classBooleanSpec.BooleanOpSpecstatic classBooleanSpec.NotOpSpecMethods in org.springframework.cloud.gateway.route.builder that return PredicateSpec Modifier and Type Method Description PredicateSpecRouteLocatorBuilder.RouteSpec. id(String id)PredicateSpecPredicateSpec. order(int order)PredicateSpecRouteLocatorBuilder.RouteSpec. randomId()Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type PredicateSpec Modifier and Type Method Description BooleanSpecBooleanSpec.BooleanOpSpec. not(Function<PredicateSpec,BooleanSpec> fn)BooleanSpecPredicateSpec. not(Function<PredicateSpec,BooleanSpec> fn)RouteLocatorBuilder.BuilderRouteLocatorBuilder.Builder. route(String id, Function<PredicateSpec,Buildable<Route>> fn)Creates a newRoute.RouteLocatorBuilder.BuilderRouteLocatorBuilder.Builder. route(Function<PredicateSpec,Buildable<Route>> fn)Creates a newRoute.
-