Class OutputFormat.List

    • Constructor Detail

      • List

        public List()
      • List

        public List​(Function<Error,​Object> errorMapper)
        Constructor.
        Parameters:
        errorMapper - to map the error
    • Method Detail

      • customize

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

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

        Specified by:
        customize in interface OutputFormat<OutputUnit>
        Parameters:
        executionContext - the execution context
        schemaContext - the schema context for reference