-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroid Client.gen
More file actions
76 lines (58 loc) · 2.71 KB
/
Android Client.gen
File metadata and controls
76 lines (58 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
name: "Android Client"
genTemplateId: "com.modelsolv.reprezen.gentemplates.openapi.generator.AndroidClientCodegen"
relativeOutputDir: generated
prerequisites: null
primarySource:
path: "../../../models/petstore-expanded.yaml"
namedSources: null
# The parameters object contains variables that are processed directly by the GenTemplate.
parameters:
# Sort method arguments to place required parameters before optional parameters.
sortParamsByRequiredFlag: null
# Whether to ensure parameter names are unique in an operation (rename parameters that are not).
ensureUniqueParams: null
# boolean, toggles whether unicode identifiers are allowed in names or not, default is false
allowUnicodeIdentifiers: null
# Add form or body parameters to the beginning of the parameter list.
prependFormOrBodyParameters: null
# package for generated models
modelPackage: null
# package for generated api classes
apiPackage: null
# root package for generated code
invokerPackage: null
# groupId for use in the generated build.gradle and pom.xml
groupId: null
# artifactId for use in the generated build.gradle and pom.xml
artifactId: null
# artifact version for use in the generated build.gradle and pom.xml
artifactVersion: null
# source folder for generated code
sourceFolder: null
# A flag to toggle android-maven gradle plugin.
useAndroidMavenGradlePlugin: null
# gradleVersion version for use in the generated build.gradle
androidGradleVersion: null
# compileSdkVersion version for use in the generated build.gradle
androidSdkVersion: null
# buildToolsVersion version for use in the generated build.gradle
androidBuildToolsVersion: null
# boolean - toggle "implements Serializable" for generated models
serializableModel: null
# library template (sub-template) to use
library: null
# Contents of OpenAPI Generator configuration file.
# This is the file that would be passed with --config option on OpenAPI Generator commandline.
# The JSON contents of that file should be the value of this parameter.
# This parameter need not be used. If it is absent, all string-valued parameters are collected into
# a map that is then passed to the OpenAPI Generator module. If a map is provided here, then string-valued
# parameters are still copied in, overriding like-named values appearing in the map.
openApiCodegenConfig: null
# System properties to set, as in the -D option of OpenAPI Generatorcommand line.
# Each property should be a json object with a name/value pair for each property.
# Example: for '-Dmodels -Dapis=User,Pets' use the following:
# value:
# models: ''
# apis: Users,Pets
openApiCodegenSystemProperties: null