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 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:
      apply in interface com.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>
      Throws:
      IOException