Uses of Interface
com.atlassian.oai.validator.report.ValidationReport.Message
Packages that use ValidationReport.Message
Package
Description
-
Uses of ValidationReport.Message in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return ValidationReport.MessageModifier and TypeMethodDescriptionValidationReport.Message.Builder.build()Create a message with the given key and message.Get the message with the given key.ValidationReport.Message.withAdditionalContext(ValidationReport.MessageContext context) Returns a new instance, the same as this message, but additional context attached.ValidationReport.Message.withAdditionalInfo(String info) Returns a new instance, the same as this message, but with additional info attached.ValidationReport.Message.withLevel(ValidationReport.Level level) Returns a new instance, the same as this message, but, with level changed.default ValidationReport.MessageValidationReport.Message.withNestedMessages(Collection<ValidationReport.Message> messages) Returns a new instance, the same as this message, but with nested messages attached.Methods in com.atlassian.oai.validator.report that return types with arguments of type ValidationReport.MessageModifier and TypeMethodDescriptionEmptyValidationReport.getMessages()ImmutableValidationReport.getMessages()MergedValidationReport.getMessages()ValidationReport.getMessages()Get the validation messages on this report.default List<ValidationReport.Message>ValidationReport.Message.getNestedMessages()Methods in com.atlassian.oai.validator.report with parameters of type ValidationReport.MessageModifier and TypeMethodDescriptionJsonValidationReportFormat.apply(ValidationReport.Message message) static ValidationReportValidationReport.from(ValidationReport.Message... messages) Return an unmodifiable report containing all the provided messagesstatic ValidationReportValidationReport.singleton(ValidationReport.Message message) Return an unmodifiable report that contains a single message.Method parameters in com.atlassian.oai.validator.report with type arguments of type ValidationReport.MessageModifier and TypeMethodDescriptionstatic ValidationReportValidationReport.from(Collection<ValidationReport.Message> messages) Return an unmodifiable report containing all the provided messagesdefault ValidationReport.MessageValidationReport.Message.withNestedMessages(Collection<ValidationReport.Message> messages) Returns a new instance, the same as this message, but with nested messages attached. -
Uses of ValidationReport.Message in com.atlassian.oai.validator.whitelist
Methods in com.atlassian.oai.validator.whitelist with parameters of type ValidationReport.MessageModifier 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 ValidationReport.Message in com.atlassian.oai.validator.whitelist.rule
Methods in com.atlassian.oai.validator.whitelist.rule with parameters of type ValidationReport.MessageModifier and TypeMethodDescriptionbooleanWhitelistRule.matches(ValidationReport.Message message, ApiOperation operation, Request request, Response response)