Class ChildrenHelper
java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.ChildrenHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<String>
public class ChildrenHelper
extends BaseHelper
implements com.github.jknack.handlebars.Helper<String>
Handlebars helper, which is used, to receive element
from ContainerChainElement with particular name
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
getPropertyStringValue, getPropertyValue, putCollectionAsContext, putObjectAsChildContext
-
Field Details
-
SORT_PROP
- See Also:
-
-
Constructor Details
-
ChildrenHelper
public ChildrenHelper()
-
-
Method Details
-
apply
public Object apply(String childrenName, com.github.jknack.handlebars.Options options) throws IOException - Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<String>- Throws:
IOException
-