openapi-generator/docs/generators/scala-finch.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

2.5 KiB

title sidebar_label
Config Options for scala-finch scala-finch
Option Description Values Default
apiPackage package for generated api classes null
modelPackage package for generated models null
packageName Finch package name (e.g. org.openapitools). org.openapitools

IMPORT MAPPING

Type/Alias Imports
ArrayBuffer scala.collection.mutable.ArrayBuffer
BigDecimal java.math.BigDecimal
Date java.util.Date
DateTime java.time.LocalDateTime
File java.io.File
HashMap scala.collection.immutable.HashMap
LocalDate java.time.LocalDate
LocalDateTime java.time.LocalDateTime
LocalTime java.time.LocalTime
Map scala.collection.immutable.Map
Seq scala.collection.immutable.Seq
Timestamp java.sql.Timestamp
URI java.net.URI
UUID java.util.UUID
ZonedDateTime java.time.ZonedDateTime

INSTANTIATION TYPES

Type/Alias Instantiated By
array ArrayList
map HashMap

LANGUAGE PRIMITIVES

  • Any
  • AnyRef
  • AnyVal
  • Boolean
  • Double
  • Float
  • Int
  • Integer
  • Long
  • Object
  • String

RESERVED WORDS

  • abstract
  • assert
  • break
  • byte
  • case
  • catch
  • char
  • class
  • const
  • continue
  • def
  • default
  • do
  • double
  • else
  • enum
  • extends
  • false
  • final
  • finally
  • float
  • for
  • forsome
  • goto
  • if
  • implements
  • implicit
  • import
  • instanceof
  • int
  • interface
  • lazy
  • long
  • match
  • native
  • new
  • null
  • object
  • override
  • package
  • private
  • protected
  • public
  • return
  • sealed
  • short
  • static
  • strictfp
  • super
  • switch
  • synchronized
  • this
  • throw
  • throws
  • trait
  • transient
  • true
  • try
  • type
  • val
  • var
  • void
  • volatile
  • while
  • with
  • yield