mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
644f720db8
* [config-help] Sort all outputs
* Remove old/stale generator docs (these have been renamed previously)
* Sort config doc outputs, making it easier to find relevant info
* Fixes cliOptions duplicates
Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).
The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.
* Add --github-nested-index for generating docs/generators/README.md
* 📝 Regenerate generator docs
1.4 KiB
1.4 KiB
title | sidebar_label |
---|---|
Config Options for flash | flash |
Option | Description | Values | Default |
---|---|---|---|
invokerPackage | root package for generated code | null | |
packageName | flash package name (convention: package.name) | org.openapitools | |
packageVersion | flash package version | 1.0.0 | |
sourceFolder | source folder for generated code. e.g. flash | null |
IMPORT MAPPING
Type/Alias | Imports |
---|---|
File | flash.filesystem.File |
INSTANTIATION TYPES
Type/Alias | Instantiated By |
---|
LANGUAGE PRIMITIVES
- Array
- Boolean
- Date
- Dictionary
- Number
- String
RESERVED WORDS
- add
- and
- break
- continue
- delete
- do
- else
- eq
- for
- function
- ge
- gt
- if
- ifframeloaded
- in
- le
- lt
- ne
- new
- not
- on
- onclipevent
- or
- return
- telltarget
- this
- typeof
- var
- void
- while
- with