Uses of Class
com.predic8.membrane.core.openapi.model.Request
Packages that use Request
Package
Description
-
Uses of Request in com.predic8.membrane.core.openapi
Methods in com.predic8.membrane.core.openapi with parameters of type RequestModifier and TypeMethodDescriptionOpenAPIValidator.validateResponse(Request request, Response response) -
Uses of Request in com.predic8.membrane.core.openapi.model
Methods in com.predic8.membrane.core.openapi.model that return RequestModifier and TypeMethodDescriptionRequest.delete()Request.get()Request.patch()Request.post()Request.put()Request.securitySchemes(List<SecurityScheme> schemes) Request.trace() -
Uses of Request in com.predic8.membrane.core.openapi.util
Methods in com.predic8.membrane.core.openapi.util that return Request -
Uses of Request in com.predic8.membrane.core.openapi.validators
Methods in com.predic8.membrane.core.openapi.validators with parameters of type RequestModifier and TypeMethodDescriptionstatic ValidationContextValidationContext.fromRequest(Request request) OperationValidator.validateOperation(ValidationContext ctx, Request<?> req, Response<?> response, io.swagger.v3.oas.models.PathItem pathItem) PathParametersValidator.validatePathParameters(ValidationContext ctx, Request<?> req, List<io.swagger.v3.oas.models.parameters.Parameter> schemaParameters) SecurityValidator.validateSecurity(ValidationContext ctx, Request<?> request, io.swagger.v3.oas.models.Operation operation)