Uses of Class
com.atlassian.oai.validator.model.ApiOperationMatch
Packages that use ApiOperationMatch
-
Uses of ApiOperationMatch in com.atlassian.oai.validator.interaction
Methods in com.atlassian.oai.validator.interaction that return ApiOperationMatchModifier and TypeMethodDescriptionApiOperationResolver.findApiOperation(String path, Request.Method method) Tries to find the best fitting API path matching the given path and request method. -
Uses of ApiOperationMatch in com.atlassian.oai.validator.model
Fields in com.atlassian.oai.validator.model declared as ApiOperationMatchModifier and TypeFieldDescriptionstatic ApiOperationMatchApiOperationMatch.MISSING_PATHThe searched path is not defined in the API definition.static ApiOperationMatchApiOperationMatch.NOT_ALLOWED_OPERATIONThe searched path is defined in the API definition, but the HTTP method is not allowed.