sunday-generator
1.1.0-beta.2
generator
/
io.outfoxx.sunday.generator
/
Generator
Generator
abstract
class
Generator
(
val
api
:
WebApi
,
options
:
Generator.Options
)
Common base class for generators and their parameters
Types
Constructors
Functions
Properties
Inheritors
Constructors
Generator
Link copied to clipboard
fun
Generator
(
api
:
WebApi
,
options
:
Generator.Options
)
Types
Options
Link copied to clipboard
open
class
Options
(
val
defaultProblemBaseUri
:
String
,
val
defaultMediaTypes
:
List
<
String
>
,
val
serviceSuffix
:
String
)
Functions
generate
Service
Types
Link copied to clipboard
abstract
fun
generateServiceTypes
(
)
Properties
api
Link copied to clipboard
val
api
:
WebApi
default
Media
Types
Link copied to clipboard
val
defaultMediaTypes
:
List
<
String
>
options
Link copied to clipboard
open
val
options
:
Generator.Options
Inheritors
KotlinGenerator
Link copied to clipboard
SwiftGenerator
Link copied to clipboard
TypeScriptGenerator
Link copied to clipboard