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()
Constructor for DynamicSettings.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDynamicProperties()
Gets all "custom" properties included in the config object.
|
List<TemplateDefinition> |
getFiles()
Gets the list of template files allowing user redefinition and addition of templating files
|
GeneratorSettings |
getGeneratorSettings()
Gets the
GeneratorSettings included in the config object. |
WorkflowSettings |
getWorkflowSettings()
Gets the
WorkflowSettings included in the config object. |
public List<TemplateDefinition> getFiles()
public GeneratorSettings getGeneratorSettings()
GeneratorSettings included in the config object.public WorkflowSettings getWorkflowSettings()
WorkflowSettings included in the config object.Copyright © 2021. All rights reserved.