Class PropertyJsonHelper
java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.PropertyJsonHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<String>
public class PropertyJsonHelper
extends BaseHelper
implements com.github.jknack.handlebars.Helper<String>
Handlebars helper, that receives property with required name and
returns it in json format
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
getPropertyStringValue, getPropertyValue, putCollectionAsContext, putObjectAsChildContext
-
Constructor Details
-
PropertyJsonHelper
public PropertyJsonHelper()
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<String>
-