Class QueryParamsHelper
java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.QueryParamsHelper
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>
public class QueryParamsHelper
extends BaseHelper
implements com.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>
Handlebars helper, which is used for providing values of 'uri' attribute
for xml elements.
-
Constructor Summary
ConstructorsConstructorDescriptionQueryParamsHelper(org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryElementsService) -
Method Summary
Methods inherited from class org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
getPropertyStringValue, getPropertyValue, putCollectionAsContext, putObjectAsChildContext
-
Constructor Details
-
QueryParamsHelper
@Autowired public QueryParamsHelper(org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryElementsService)
-
-
Method Details
-
apply
public Object apply(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element, com.github.jknack.handlebars.Options options) throws IOException - Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>- Throws:
IOException
-