Uses of Package
ch.nexsol.gateway.validation
Packages that use ch.nexsol.gateway.validation
-
Classes in ch.nexsol.gateway.validation used by ch.nexsol.gateway.validationClassDescriptionA parsed OpenAPI document, ready to validate an exchange against.What the contract has to say about a request path and method.The contract declares the operation.Settings of one direction of the exchange.Why a body was forwarded without being held against its schema.What the filter does with a message that does not honour the contract, configured independently for the request and the response direction.Outcome of validating one message against a contract: the list of the ways it breaks that contract, empty when it honours it.
-
Classes in ch.nexsol.gateway.validation used by ch.nexsol.gateway.validation.factoryClassDescriptionReads the OpenAPI contracts the filter validates against, and keeps each one for as long as the gateway runs.Configuration properties for the OpenAPI validation filter, bound under
spring.cloud.gateway.server.webflux.openapi-validation.Counts what the validation filter sees, as plain Micrometer meters: the host application exports them to Prometheus, OpenTelemetry or anything else it already configures a registry for.