ActivityTemplateConverter class
Activity template converter that implements Converter.
Methods
convert(Input | Output) | Converts a template to one of the following classes ActivityTemplate | StaticActivityTemplate |
Method Details
convert(Input | Output)
Converts a template to one of the following classes ActivityTemplate | StaticActivityTemplate
function convert(value: Input | Output): Output
Parameters
Returns
A new instance that could be the following classes ActivityTemplate | StaticActivityTemplate.