openapi-generator/docs/generators/flash.md
Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [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
2020-01-19 20:19:11 -05:00

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