OpenAPI Generator

OpenAPI Generator

  • Get Started
  • Generators
  • Roadmap
  • Team
  • FAQ
  • Blog

Config Options for scala-httpclient-deprecated

OptionDescriptionValuesDefault
sortParamsByRequiredFlagSort method arguments to place required parameters before optional parameters.true
sortModelPropertiesByRequiredFlagSort model properties to place required parameters before optional parameters.true
ensureUniqueParamsWhether to ensure parameter names are unique in an operation (rename parameters that are not).true
allowUnicodeIdentifiersboolean, toggles whether unicode identifiers are allowed in names or not, default is falsefalse
prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false
modelPackagepackage for generated modelsnull
apiPackagepackage for generated api classesnull
sourceFoldersource folder for generated codenull
modelPropertyNamingNaming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original namecamelCase

IMPORT MAPPING

Type/AliasImports
LocalDateTimeorg.joda.time.*
LocalTimeorg.joda.time.*
HashMapjava.util.HashMap
ListBufferscala.collection.mutable.ListBuffer
ArrayListjava.util.ArrayList
URIjava.net.URI
Timestampjava.sql.Timestamp
LocalDateorg.joda.time.*
BigDecimaljava.math.BigDecimal
Datejava.util.Date
DateTimeorg.joda.time.*
Arrayjava.util.List
ListSetscala.collection.immutable.ListSet
UUIDjava.util.UUID
Filejava.io.File
Seqscala.collection.immutable.Seq

INSTANTIATION TYPES

Type/AliasInstantiated By
setSet
arrayListBuffer
mapHashMap

LANGUAGE PRIMITIVES

  • String
  • Double
  • Any
  • Int
  • Array
  • Float
  • boolean
  • Long
  • Object
  • List
  • Boolean
  • Map
  • Seq

RESERVED WORDS

  • def
  • basepath
  • queryparams
  • do
  • type
  • while
  • path
  • protected
  • else
  • trait
  • catch
  • forsome
  • if
  • case
  • contenttypes
  • val
  • new
  • mp
  • package
  • sealed
  • var
  • finally
  • this
  • formparams
  • headerparams
  • extends
  • null
  • final
  • true
  • try
  • object
  • implicit
  • private
  • import
  • lazy
  • for
  • apiinvoker
  • yield
  • override
  • class
  • postbody
  • false
  • match
  • abstract
  • contenttype
  • super
  • with
  • throw
  • return
Last updated on 1/9/2020
  • IMPORT MAPPING
  • INSTANTIATION TYPES
  • LANGUAGE PRIMITIVES
  • RESERVED WORDS
OpenAPI Generator
Docs
Customizing GeneratorsWorkflow Integrations
Community
User ShowcaseStack OverflowChat RoomTwitter
More
BlogGitHub RepoStar
Copyright © 2020 OpenAPI-Generator Contributors (https://openapi-generator.tech). (Both "OpenAPI Tools" (https://OpenAPITools.org) and "OpenAPI Generator" are not affiliated with OpenAPI Initiative (OAI))