JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Classes
Exceptions
Methods
Constructors
Deprecated Classes
Class
Description
com.atlassian.oai.validator.mockmvc.SwaggerMatchers
Replaced with
OpenApiMatchers
com.atlassian.oai.validator.mockmvc.SwaggerValidatorMatchers
Replaced with
OpenApiValidationMatchers
Deprecated Exceptions
Exceptions
Description
com.atlassian.oai.validator.mockmvc.SwaggerMatchers.SwaggerValidationException
Deprecated Methods
Method
Description
com.atlassian.oai.validator.mockmvc.SwaggerMatchers.isValid
(String)
Use
OpenApiMatchers.isValid(String)
instead
Deprecated Constructors
Constructor
Description
com.atlassian.oai.validator.mockmvc.MockMvcRequest
(MockHttpServletRequest)
Use:
of(MockHttpServletRequest)
com.atlassian.oai.validator.mockmvc.MockMvcResponse
(MockHttpServletResponse)
Use:
of(MockHttpServletRequest)
OpenApiMatchers