Class OutputFormat.Default

    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • customize

        public void customize​(ExecutionContext executionContext,
                              ValidationContext validationContext)
        Description copied from interface: OutputFormat
        Customize the execution context before validation.

        The validation context should only be used for reference as it is shared.

        Specified by:
        customize in interface OutputFormat<java.util.Set<ValidationMessage>>
        Parameters:
        executionContext - the execution context
        validationContext - the validation context for reference