Class SwaggerRequestResponseValidator

java.lang.Object
com.atlassian.oai.validator.SwaggerRequestResponseValidator

@Deprecated public class SwaggerRequestResponseValidator extends Object
Deprecated.
Replaced with OpenApiInteractionValidator. This class will be removed in a future release.
Validates a HTTP request/response pair with an OpenAPI / Swagger specification.

Validation errors are provided in a @ValidationReport that can be used to inspect the failures.

New instances should be created via the OpenApiInteractionValidator.createFor(String) method.

See Also: