Uses of Class
com.atlassian.oai.validator.whitelist.ValidationErrorsWhitelist
Packages that use ValidationErrorsWhitelist
-
Uses of ValidationErrorsWhitelist in com.atlassian.oai.validator
Methods in com.atlassian.oai.validator with parameters of type ValidationErrorsWhitelistModifier and TypeMethodDescriptionOpenApiInteractionValidator.Builder.withWhitelist(ValidationErrorsWhitelist whitelist) A whitelist for error messages. -
Uses of ValidationErrorsWhitelist in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist that return ValidationErrorsWhitelistModifier and TypeMethodDescriptionstatic ValidationErrorsWhitelistValidationErrorsWhitelist.create()Creates an empty validation whitelist.ValidationErrorsWhitelist.withRule(String title, WhitelistRule rule) Creates a new whitelist with all rules of this and with a new rule.