OpenAPI Test Generator API
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
OpenAPI Test Generator API
example-value
/
art.galushko.openapi.testgen.example.generator
/
SchemaExampleValueGeneratorOptions
/
SchemaExampleValueGeneratorOptions
Schema
Example
Value
Generator
Options
constructor
(
maxExampleDepth
:
Int
=
DEFAULT_MAX_EXAMPLE_DEPTH
,
includeOptionalExampleProperties
:
Boolean
=
DEFAULT_INCLUDE_OPTIONAL_EXAMPLES
,
includeWriteOnly
:
Boolean
=
DEFAULT_INCLUDE_WRITE_ONLY
,
useSchemaExampleFallback
:
Boolean
=
DEFAULT_USE_SCHEMA_EXAMPLE_FALLBACK
)