Class OpenapiValidationProperties
java.lang.Object
ch.nexsol.gateway.validation.OpenapiValidationProperties
@ConfigurationProperties(prefix="spring.cloud.gateway.server.webflux.openapi-validation")
public class OpenapiValidationProperties
extends Object
Configuration properties for the OpenAPI validation filter, bound under
spring.cloud.gateway.server.webflux.openapi-validation. Each direction is
configured on its own, so a request can be enforced while the responses of the same
route are only reported on.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSettings of one direction of the exchange. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
OpenapiValidationProperties
public OpenapiValidationProperties()
-
-
Method Details
-
getRequest
- Returns:
- the request direction settings
-
setRequest
- Parameters:
request- the request direction settings
-
getResponse
- Returns:
- the response direction settings
-
setResponse
- Parameters:
response- the response direction settings
-