java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.IfElementType
All Implemented Interfaces:
com.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>

public class IfElementType extends Object implements com.github.jknack.handlebars.Helper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement>
  • Field Details

  • Constructor Details

    • IfElementType

      public IfElementType()
  • 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