Class AsciiDocRenderOptions

java.lang.Object
org.brapi.schematools.core.openapi.comparator.options.AsciiDocRenderOptions
All Implemented Interfaces:
Options, Validatable

public class AsciiDocRenderOptions extends Object implements Options
AsciiDoc Render Options for the OpenAPIComparator.
  • Constructor Details

    • AsciiDocRenderOptions

      public AsciiDocRenderOptions()
  • Method Details

    • override

      public void override(AsciiDocRenderOptions overrideOptions)
      Overrides the values in this Options Object from the provided Options Object if they are non-null
      Parameters:
      overrideOptions - the options which will be used to override this Options Object