Class AsciiDocRenderOptions
java.lang.Object
org.brapi.schematools.core.openapi.comparator.options.AsciiDocRenderOptions
- All Implemented Interfaces:
Options,Validatable
AsciiDoc Render Options for the
OpenAPIComparator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoverride(AsciiDocRenderOptions overrideOptions) Overrides the values in this Options Object from the provided Options Object if they are non-nullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.brapi.schematools.core.validiation.Validatable
validate
-
Constructor Details
-
AsciiDocRenderOptions
public AsciiDocRenderOptions()
-
-
Method Details
-
override
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
-