Uses of Interface
com.atlassian.oai.validator.report.ValidationReport.MessageContext
Packages that use ValidationReport.MessageContext
-
Uses of ValidationReport.MessageContext in com.atlassian.oai.validator.report
Methods in com.atlassian.oai.validator.report that return ValidationReport.MessageContextModifier and TypeMethodDescriptionValidationReport.MessageContext.Builder.build()ValidationReport.MessageContext.empty()ValidationReport.MessageContext.enhanceWith(ValidationReport.MessageContext other) Return a new MessageContext instance that contains all of the data in this context, plus data from the incoming context where that data does not already exist on this context.Methods in com.atlassian.oai.validator.report that return types with arguments of type ValidationReport.MessageContextModifier and TypeMethodDescriptionValidationReport.Message.getContext()Returns contextual information about this message, if it is available.Methods in com.atlassian.oai.validator.report with parameters of type ValidationReport.MessageContextModifier and TypeMethodDescriptionValidationReport.MessageContext.enhanceWith(ValidationReport.MessageContext other) Return a new MessageContext instance that contains all of the data in this context, plus data from the incoming context where that data does not already exist on this context.ValidationReport.MessageContext.from(ValidationReport.MessageContext other) EmptyValidationReport.withAdditionalContext(ValidationReport.MessageContext context) ImmutableValidationReport.withAdditionalContext(ValidationReport.MessageContext context) MergedValidationReport.withAdditionalContext(ValidationReport.MessageContext context) ValidationReport.Message.withAdditionalContext(ValidationReport.MessageContext context) Returns a new instance, the same as this message, but additional context attached.ValidationReport.withAdditionalContext(ValidationReport.MessageContext context) Apply the given additional message context to each message in this validation report, returning a new unmodifiable report.ValidationReport.MessageContext.Builder.withAdditionalDataFrom(ValidationReport.MessageContext other) ValidationReport.Message.Builder.withContext(ValidationReport.MessageContext context)