Uses of Class
org.springframework.cloud.gateway.route.builder.BooleanSpec.BooleanOpSpec
-
Packages that use BooleanSpec.BooleanOpSpec Package Description org.springframework.cloud.gateway.route.builder -
-
Uses of BooleanSpec.BooleanOpSpec in org.springframework.cloud.gateway.route.builder
Subclasses of BooleanSpec.BooleanOpSpec in org.springframework.cloud.gateway.route.builder Modifier and Type Class Description static classBooleanSpec.NotOpSpecMethods in org.springframework.cloud.gateway.route.builder that return BooleanSpec.BooleanOpSpec Modifier and Type Method Description BooleanSpec.BooleanOpSpecBooleanSpec. and()Apply logicalandoperator.BooleanSpec.BooleanOpSpecBooleanSpec. or()Apply logicaloroperator.
-