Package | Description |
---|---|
org.springframework.cloud.gateway.route.builder |
Modifier and Type | Class and Description |
---|---|
class |
BooleanSpec
A spec used to apply logical operators.
|
static class |
BooleanSpec.BooleanOpSpec |
class |
GatewayFilterSpec
Applies specific filters to routes.
|
class |
PredicateSpec
Predicates that can be applies to a URI route.
|
Modifier and Type | Method and Description |
---|---|
UriSpec |
BooleanSpec.filters(Function<GatewayFilterSpec,UriSpec> fn)
Add filters to the route definition.
|
Modifier and Type | Method and Description |
---|---|
UriSpec |
BooleanSpec.filters(Function<GatewayFilterSpec,UriSpec> fn)
Add filters to the route definition.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.