Uses of Interface
com.atlassian.oai.validator.model.Response
Packages that use Response
Package
Description
-
Uses of Response in com.atlassian.oai.validator
Methods in com.atlassian.oai.validator with parameters of type ResponseModifier and TypeMethodDescriptionValidate the given request/response against the API.Deprecated.OpenApiInteractionValidator.validateResponse(String path, Request.Method method, Response response) Validate the given response against the API.SwaggerRequestResponseValidator.validateResponse(String path, Request.Method method, Response response) Deprecated. -
Uses of Response in com.atlassian.oai.validator.interaction.response
Methods in com.atlassian.oai.validator.interaction.response with parameters of type ResponseModifier and TypeMethodDescriptionCustomResponseValidator.validate(Response response, ApiOperation apiOperation) Validates a response against a given api operation.ResponseValidator.validateResponse(Response response, ApiOperation apiOperation) Validate the given response against the API operation. -
Uses of Response in com.atlassian.oai.validator.model
Classes in com.atlassian.oai.validator.model that implement Response -
Uses of Response in com.atlassian.oai.validator.util
Methods in com.atlassian.oai.validator.util with parameters of type ResponseModifier and TypeMethodDescriptionContentTypeUtils.findMostSpecificMatch(Response response, Set<String> apiContentTypes) Find the content-type that most specifically matches the content-type defined on the given response.static booleanContentTypeUtils.hasContentType(Response response) Determine whether a given request has a content-type header.static booleanContentTypeUtils.isFormDataContentType(Response response) Determine whether a given response has a formdata content-type.static booleanContentTypeUtils.isJsonContentType(Response response) -
Uses of Response in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist with parameters of type ResponseModifier and TypeMethodDescriptionValidationErrorsWhitelist.whitelistedBy(ValidationReport.Message message, ApiOperation operation, Request request, Response response) Returns a whitelist rule that is applicable for the given parameters. -
Uses of Response in com.atlassian.oai.validator.whitelist.rule
Methods in com.atlassian.oai.validator.whitelist.rule with parameters of type ResponseModifier and TypeMethodDescriptionbooleanWhitelistRule.matches(ValidationReport.Message message, ApiOperation operation, Request request, Response response)