public class DynamicSettings extends Object
GeneratorSettings and WorkflowSettings. When used to deserialize any available Jackson binding input,
this will accumulate any "unknown properties" into GeneratorSettings.getAdditionalProperties() as a side effect of calling
getGeneratorSettings().| Constructor and Description |
|---|
DynamicSettings() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDynamicProperties()
Gets all "custom" properties included in the config object.
|
GeneratorSettings |
getGeneratorSettings()
Gets the
GeneratorSettings included in the config object. |
WorkflowSettings |
getWorkflowSettings()
Gets the
WorkflowSettings included in the config object. |
public GeneratorSettings getGeneratorSettings()
GeneratorSettings included in the config object.public WorkflowSettings getWorkflowSettings()
WorkflowSettings included in the config object.Copyright © 2020. All rights reserved.