-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFieldConfig.json
More file actions
568 lines (567 loc) · 14.7 KB
/
Copy pathFieldConfig.json
File metadata and controls
568 lines (567 loc) · 14.7 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
[
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "If true the generated model will be initially set as abstract class.",
"expose": "NONE",
"naturalId":"abstract",
"fieldKey": "abstract"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The author of the class.",
"expose": "WEB",
"naturalId":"author",
"fieldKey": "author",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A condition for calls. ",
"expose": "WEB",
"naturalId":"condition",
"fieldKey": "condition",
"max": 1000
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The model of the configuration to determine type.",
"expose": "NONE",
"naturalId":"configModelKey",
"fieldKey": "configModelKey",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "If the model could be . ",
"expose": "NONE",
"naturalId":"create",
"fieldKey": "create"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Date",
"description": "Used to define the creation of an item.",
"expose": "WEB",
"naturalId":"creationDate",
"fieldKey": "creationDate"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "If true a db annotation will be generated for java instance vars. ",
"expose": "NONE",
"naturalId":"dbAnnotated",
"fieldKey": "dbAnnotated"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Set when an default implementation is defined within an interface. ",
"expose": "NONE",
"naturalId":"default",
"fieldKey": "default"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "Set when an default implementation is defined within an interface.",
"expose": "WEB",
"max": 80,
"naturalId":"defaultImplementation",
"fieldKey": "defaultImplementation"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A description of the model used by every model extending BaseClassImpl. ",
"expose": "WEB",
"naturalId":"description",
"fieldKey": "description",
"max": 512
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Long",
"description": "The duration of a call.",
"expose": "WEB",
"naturalId":"duration",
"fieldKey": "duration"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Expose",
"description": "expose",
"expose": "WEB",
"naturalId":"expose",
"fieldKey": "expose"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Map,FieldBean",
"description": "A fieldBean map",
"expose": "NONE",
"naturalId":"ModelBean.fields",
"fieldKey": "fieldBeans"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Map,FieldConfig",
"description": "A fieldConfig map for with @FieldConfig",
"expose": "NONE",
"naturalId":"ModelConfig.fields",
"fieldKey": "fieldBeans"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "fieldKey",
"expose": "NONE",
"naturalId":"fieldKey",
"fieldKey": "fieldKey",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A name for different purposes depending on the model.",
"expose": "NONE",
"naturalId":"fieldName",
"fieldKey": "fieldName",
"properties": {
"max": 80
}
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "FieldBeanProperties",
"description": "Mutable field values to create FieldConfig.properties.",
"expose": "NONE",
"naturalId":"FieldBean.properties",
"fieldKey": "properties"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "FieldConfigProperties",
"description": "Immutable field values.",
"expose": "NONE",
"naturalId":"FieldConfig.properties",
"fieldKey": "properties"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "If true only a setter for the private variable is generated. When setting a value in an EO context an exception is thrown. ",
"expose": "NONE",
"naturalId":"final",
"fieldKey": "final",
"properties": {
}
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Indicates a generated value?! A generated flag for @FieldBean",
"expose": "NONE",
"naturalId":"generated",
"fieldKey": "generated"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Long",
"description": "The numeric id of an instance of a class.",
"expose": "WEB",
"naturalId":"id",
"fieldKey": "id",
"properties": {
"unique": true,
"notNull": true
}
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "Set the name for an id independent of the id.",
"expose": "WEB",
"max": 80,
"naturalId":"idKey",
"fieldKey": "idKey"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A comma separeted list of interface keys. ",
"expose": "NONE",
"naturalId":"interfaces",
"fieldKey": "interfaces",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The type of javascript is derived from the java type.",
"expose": "NONE",
"naturalId":"javascriptType",
"fieldKey": "javascriptType",
"properties": {
"max": 10,
"transient": true,
"final": true
}
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "jsonIgnore",
"expose": "NONE",
"naturalId":"jsonIgnore",
"fieldKey": "jsonIgnore"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "KeepCalls",
"description": "Will use an existing result file beforehand as template. ",
"expose": "WEB",
"naturalId":"keepCall",
"fieldKey": "keepCall"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "LogLevel",
"description": "logLevel",
"expose": "WEB",
"naturalId":"logLevel",
"fieldKey": "logLevel"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Integer",
"description": "A maximal length for field string types",
"expose": "NONE",
"naturalId":"max",
"fieldKey": "max"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Integer",
"description": "A minimal length for field string types",
"expose": "NONE",
"naturalId":"min",
"fieldKey": "min"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "ModelBeanProperties",
"description": "Mutable model values to create ModelConfig.properties.",
"expose": "NONE",
"naturalId":"ModelBean.properties",
"fieldKey": "properties"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "ModelConfigProperties",
"description": "Immutable model values.",
"expose": "NONE",
"naturalId":"ModelConfig.properties",
"fieldKey": "properties"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The model name for the bean/action object @ModelConfig.",
"expose": "NONE",
"naturalId":"modelKey",
"fieldKey": "modelKey",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A string representation for a list of modelsConfig.",
"expose": "NONE",
"naturalId":"modelKeys",
"fieldKey": "modelKeys",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A string representation for a list of model keys.",
"expose": "WEB",
"naturalId":"models",
"fieldKey": "models",
"max": 512
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "Defines a target module where generating occurs. ",
"expose": "WEB",
"naturalId":"module",
"fieldKey": "module",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "Defines scope of the configuration within module, eg 'test' or 'main' .",
"expose": "WEB",
"naturalId":"moduleScope",
"fieldKey": "moduleScope",
"max": 32
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The name field of a class. ",
"expose": "WEB",
"naturalId":"name",
"fieldKey": "name",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The natural key in @Base",
"expose": "NONE",
"naturalId":"naturalId",
"fieldKey": "naturalId",
"properties": {
"max": 80,
"unique": true,
"notNull": true
}
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A comma separated list of fields used for natural id.",
"expose": "WEB",
"max": 240,
"naturalId":"naturalKeys",
"fieldKey": "naturalKeys"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "notNull",
"expose": "NONE",
"naturalId":"notNull",
"fieldKey": "notNull"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Indicates that a super or interface defines the method already but is overwritten. When java is generated an override annotation is set. ",
"expose": "NONE",
"naturalId":"override",
"fieldKey": "override"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "A overwrite field flag for @Call.",
"expose": "WEB",
"naturalId":"overwrite",
"fieldKey": "overwrite"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "packagePath",
"expose": "NONE",
"naturalId":"packagePath",
"fieldKey": "packagePath",
"max": 124
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "postpend String when executed by ExecutorCallImpl",
"expose": "NONE",
"naturalId":"postpend",
"fieldKey": "postpend",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "prepend String when executed by ExecutorCallImpl",
"expose": "NONE",
"naturalId":"prepend",
"fieldKey": "prepend",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Indicates that a field is a config property map value which can be implemented as a default interface method. ",
"expose": "NONE",
"naturalId":"property",
"fieldKey": "property"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "List,Scope",
"description": "A scope for the cache value.",
"expose": "WEB",
"naturalId":"scope",
"fieldKey": "scope"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "The serialized field for @{link pathPattern}.",
"expose": "NONE",
"naturalId":"serialized",
"fieldKey": "serialized",
"max": 2056
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "ShapeTypes",
"description": "shapeType",
"expose": "NONE",
"naturalId":"shapeType",
"fieldKey": "shapeType"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A sourcePath where EO offers it's input value when the execution starts.",
"expose": "WEB",
"naturalId":"sourcePath",
"fieldKey": "sourcePath",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A condition for calls. ",
"expose": "WEB",
"naturalId":"startCondition",
"fieldKey": "startCondition",
"max": 1000
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "staticName",
"expose": "NONE",
"naturalId":"staticName",
"fieldKey": "staticName"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Marker to show, that the field is implemented in a super class. ",
"expose": "NONE",
"naturalId":"super",
"fieldKey": "super"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A key for the super class of a class.",
"expose": "NONE",
"naturalId":"superKey",
"fieldKey": "superKey",
"max": 256
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A persistence name.",
"expose": "WEB",
"max": 240,
"naturalId":"table",
"fieldKey": "table"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "String",
"description": "A targetPath where the result of the execution will be mapped. If value is \"_asString\" no mapping occured but a seralized version is returned as value to embed it in the resulting file. Path parameters could be set dynamically with =>[path]. in any combination.",
"expose": "WEB",
"naturalId":"targetPath",
"fieldKey": "targetPath",
"max": 80
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "Will ignore field when a persistiong occure. Create a transient annotation when java is generated. ",
"expose": "NONE",
"naturalId":"transient",
"fieldKey": "transient"
},
{
"module": "elastic-objects",
"moduleScope": "main",
"modelKeys": "Boolean",
"description": "unique",
"expose": "NONE",
"naturalId":"unique",
"fieldKey": "unique"
}
]