mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-08 09:50:51 +00:00
2.0 KiB
2.0 KiB
title | sidebar_label |
---|---|
Config Options for haskell | haskell |
Option | Description | Values | Default |
---|---|---|---|
sortParamsByRequiredFlag | Sort method arguments to place required parameters before optional parameters. | true | |
sortModelPropertiesByRequiredFlag | Sort model properties to place required parameters before optional parameters. | true | |
ensureUniqueParams | Whether to ensure parameter names are unique in an operation (rename parameters that are not). | true | |
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | false | |
prependFormOrBodyParameters | Add form or body parameters to the beginning of the parameter list. | false | |
modelPackage | package for generated models | null | |
apiPackage | package for generated api classes | null | |
serveStatic | serve will serve files from the directory 'static'. | true |
IMPORT MAPPING
Type/Alias | Imports |
---|---|
Map | qualified Data.Map as Map |
INSTANTIATION TYPES
Type/Alias | Instantiated By |
---|
LANGUAGE PRIMITIVES
- Integer
- FilePath
- Float
- Bool
- Char
- List
- String
- Double
- Int
RESERVED WORDS
- qualified
- instance
- data
- import
- infixr
- do
- type
- foreign
- newtype
- hiding
- rec
- default
- else
- of
- let
- where
- class
- if
- case
- proc
- in
- forall
- module
- then
- infix
- as
- deriving
- infixl
- mdo
- family