Uses of Class
com.atlassian.oai.validator.whitelist.NamedWhitelistRule
Packages that use NamedWhitelistRule
-
Uses of NamedWhitelistRule in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return types with arguments of type NamedWhitelistRuleMethods in com.atlassian.oai.validator.report with parameters of type NamedWhitelistRuleModifier and TypeMethodDescriptionValidationReport.MessageContext.Builder.withAppliedWhitelistRule(NamedWhitelistRule whitelistRule) -
Uses of NamedWhitelistRule in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist that return types with arguments of type NamedWhitelistRuleModifier and TypeMethodDescriptionValidationErrorsWhitelist.whitelistedBy(ValidationReport.Message message, ApiOperation operation, Request request, Response response) Returns a whitelist rule that is applicable for the given parameters.