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
Last updated on 1/20/2020