Uses of Interface
org.springframework.cloud.gateway.support.HasConfig
-
Packages that use HasConfig Package Description org.springframework.cloud.gateway.handler org.springframework.cloud.gateway.handler.predicate org.springframework.cloud.gateway.support -
-
Uses of HasConfig in org.springframework.cloud.gateway.handler
Subinterfaces of HasConfig in org.springframework.cloud.gateway.handler Modifier and Type Interface Description interfaceAsyncPredicate<T>Classes in org.springframework.cloud.gateway.handler that implement HasConfig Modifier and Type Class Description static classAsyncPredicate.AndAsyncPredicate<T>static classAsyncPredicate.DefaultAsyncPredicate<T>static classAsyncPredicate.NegateAsyncPredicate<T>static classAsyncPredicate.OrAsyncPredicate<T> -
Uses of HasConfig in org.springframework.cloud.gateway.handler.predicate
Subinterfaces of HasConfig in org.springframework.cloud.gateway.handler.predicate Modifier and Type Interface Description interfaceGatewayPredicateClasses in org.springframework.cloud.gateway.handler.predicate that implement HasConfig Modifier and Type Class Description static classGatewayPredicate.AndGatewayPredicatestatic classGatewayPredicate.GatewayPredicateWrapperstatic classGatewayPredicate.NegateGatewayPredicatestatic classGatewayPredicate.OrGatewayPredicate -
Uses of HasConfig in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support with parameters of type HasConfig Modifier and Type Method Description voidVisitor. visit(HasConfig hasConfig)
-