Uses of Interface
com.atlassian.oai.validator.model.Request
Packages that use Request
Package
Description
-
Uses of Request in com.atlassian.oai.validator
Methods in com.atlassian.oai.validator with parameters of type RequestModifier and TypeMethodDescriptionValidate the given request/response against the API.Deprecated.OpenApiInteractionValidator.validateRequest(Request request) Validate the given request against the API.SwaggerRequestResponseValidator.validateRequest(Request request) Deprecated. -
Uses of Request in com.atlassian.oai.validator.interaction.request
Methods in com.atlassian.oai.validator.interaction.request with parameters of type RequestModifier and TypeMethodDescriptionCustomRequestValidator.validate(Request request, ApiOperation apiOperation) Validates a request against a given api operation.RequestValidator.validateRequest(Request request, ApiOperation apiOperation) Validate the request against the given API operation -
Uses of Request in com.atlassian.oai.validator.model
Classes in com.atlassian.oai.validator.model that implement Request -
Uses of Request in com.atlassian.oai.validator.util
Methods in com.atlassian.oai.validator.util with parameters of type RequestModifier and TypeMethodDescriptionContentTypeUtils.findMostSpecificMatch(Request request, Set<String> apiContentTypes) Find the content-type that most specifically matches the content-type defined on the given request.static booleanContentTypeUtils.hasContentType(Request request) Determine whether a given request has a content-type header.static booleanContentTypeUtils.isFormDataContentType(Request request) Determine whether a given request has a formdata content-type.static booleanContentTypeUtils.isJsonContentType(Request request) Determine whether a given request has a JSON content-type. -
Uses of Request in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist with parameters of type RequestModifier 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 Request in com.atlassian.oai.validator.whitelist.rule
Methods in com.atlassian.oai.validator.whitelist.rule with parameters of type RequestModifier and TypeMethodDescriptionbooleanWhitelistRule.matches(ValidationReport.Message message, ApiOperation operation, Request request, Response response)