Uses of Record Class
ch.nexsol.gateway.validation.ValidationReport
Packages that use ValidationReport
-
Uses of ValidationReport in ch.nexsol.gateway.validation
Methods in ch.nexsol.gateway.validation that return ValidationReportModifier and TypeMethodDescriptionValidationReport.and(ValidationReport other) Returns a report holding the violations of both reports.static ValidationReportValidationReport.empty()Returns the report of a message that honours its contract.static ValidationReportReturns a report holding the given violations.OpenapiResponseValidator.validate(OpenapiContract contract, String operationKey, OpenapiContract.Resolution.Found found, int statusCode, org.springframework.http.HttpHeaders headers, byte[] body) Validates a response against the contract.OpenapiRequestValidator.validateBody(OpenapiContract contract, String operationKey, OpenapiContract.Resolution.Found found, org.springframework.http.MediaType contentType, byte[] body) Validates the request body against the schema the contract declares for the operation.OpenapiRequestValidator.validateParameters(OpenapiContract contract, String operationKey, OpenapiContract.Resolution.Found found, org.springframework.http.server.reactive.ServerHttpRequest request) Validates the path, query, header and cookie parameters the contract declares for the operation.Methods in ch.nexsol.gateway.validation with parameters of type ValidationReportModifier and TypeMethodDescriptionValidationReport.and(ValidationReport other) Returns a report holding the violations of both reports.