| Interface | Description |
|---|---|
| ValidationReportHandler |
By implementing this interface you can define your own
way how to react on validation issues - either request
or response.
|
| Class | Description |
|---|---|
| DefaultValidationReportHandler |
Default implementation of
ValidationReportHandler. |
| OpenApiValidationFilter |
A filter for wrapping the
HttpServletRequest and HttpServletResponse. |
| OpenApiValidationInterceptor |
An Interceptor which validates incoming requests against the defined OpenAPI / Swagger specification.
|
| ResettableRequestServletWrapper |
A
HttpServletRequestWrapper those ServletInputStream is
cached and can be reset and read again as often as necessary. |
| SpringMVCLevelResolverFactory |
A factory for creating
LevelResolver instances that are suitable for use in Spring MVC
validation scenarios. |
| SwaggerRequestValidationService | Deprecated
Replaced with
OpenApiValidationService |
| SwaggerValidationFilter | Deprecated
Replaced with
OpenApiValidationFilter |
| SwaggerValidationInterceptor | Deprecated
Replaced with
OpenApiValidationInterceptor |
| Exception | Description |
|---|---|
| InvalidRequestException |
In case the request is invalid.
|
| InvalidResponseException |
In case the response is invalid.
|
Copyright © 2016–2022 Atlassian. All rights reserved.