Uses of Interface
org.springframework.cloud.gateway.handler.AsyncPredicate
Packages that use AsyncPredicate
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
Uses of AsyncPredicate in org.springframework.cloud.gateway.handler
Classes in org.springframework.cloud.gateway.handler that implement AsyncPredicateModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.springframework.cloud.gateway.handler that return AsyncPredicateModifier and TypeMethodDescriptiondefault AsyncPredicate<T> AsyncPredicate.and(AsyncPredicate<? super T> other) static AsyncPredicate<org.springframework.web.server.ServerWebExchange> default AsyncPredicate<T> AsyncPredicate.negate()default AsyncPredicate<T> AsyncPredicate.not(AsyncPredicate<? super T> other) default AsyncPredicate<T> AsyncPredicate.or(AsyncPredicate<? super T> other) Methods in org.springframework.cloud.gateway.handler with parameters of type AsyncPredicateModifier and TypeMethodDescriptiondefault AsyncPredicate<T> AsyncPredicate.and(AsyncPredicate<? super T> other) default AsyncPredicate<T> AsyncPredicate.not(AsyncPredicate<? super T> other) default AsyncPredicate<T> AsyncPredicate.or(AsyncPredicate<? super T> other) Constructors in org.springframework.cloud.gateway.handler with parameters of type AsyncPredicateModifierConstructorDescriptionAndAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right) NegateAsyncPredicate(AsyncPredicate<? super T> predicate) OrAsyncPredicate(AsyncPredicate<? super T> left, AsyncPredicate<? super T> right) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate that return AsyncPredicateModifier and TypeMethodDescriptionAsyncPredicate<org.springframework.web.server.ServerWebExchange> ReadBodyRoutePredicateFactory.applyAsync(ReadBodyRoutePredicateFactory.Config config) default AsyncPredicate<org.springframework.web.server.ServerWebExchange> RoutePredicateFactory.applyAsync(C config) default AsyncPredicate<org.springframework.web.server.ServerWebExchange> RoutePredicateFactory.applyAsync(Consumer<C> consumer) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.route
Fields in org.springframework.cloud.gateway.route declared as AsyncPredicateModifier and TypeFieldDescriptionprotected @Nullable AsyncPredicate<org.springframework.web.server.ServerWebExchange> Route.AsyncBuilder.predicateMethods in org.springframework.cloud.gateway.route that return AsyncPredicateModifier and TypeMethodDescriptionabstract AsyncPredicate<org.springframework.web.server.ServerWebExchange> Route.AbstractBuilder.getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange> Route.AsyncBuilder.getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange> Route.Builder.getPredicate()AsyncPredicate<org.springframework.web.server.ServerWebExchange> Route.getPredicate()Methods in org.springframework.cloud.gateway.route with parameters of type AsyncPredicateModifier and TypeMethodDescriptionRoute.AsyncBuilder.and(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) Route.AsyncBuilder.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) Route.AsyncBuilder.or(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.route.builder
Methods in org.springframework.cloud.gateway.route.builder with parameters of type AsyncPredicateModifier and TypeMethodDescriptionBooleanSpec.BooleanOpSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) BooleanSpec.NestedOpSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) BooleanSpec.NotOpSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) PredicateSpec.asyncPredicate(AsyncPredicate<org.springframework.web.server.ServerWebExchange> predicate) -
Uses of AsyncPredicate in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return AsyncPredicateModifier and TypeMethodDescriptionstatic AsyncPredicate<org.springframework.web.server.ServerWebExchange> ServerWebExchangeUtils.toAsyncPredicate(Predicate<? super org.springframework.web.server.ServerWebExchange> predicate)