Class BaseHelper
java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.BaseHelper
- Direct Known Subclasses:
ChildrenHelper,MapperInterpretatorHelper,PropertyHelperSource,PropertyJsonHelper,QueryParamsHelper,UriHelper,WithPropertyHelper
Handlebars helper, which provides methods of creating handlebars context
based on provided
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyStringValue(String propertyName, com.github.jknack.handlebars.Options options) getPropertyValue(String propertyName, com.github.jknack.handlebars.Options options) protected com.github.jknack.handlebars.Options.BufferputCollectionAsContext(Iterable<?> objects, com.github.jknack.handlebars.Options options) protected com.github.jknack.handlebars.Options.BufferputObjectAsChildContext(Object object, com.github.jknack.handlebars.Options options)
-
Constructor Details
-
BaseHelper
public BaseHelper()
-
-
Method Details
-
getPropertyStringValue
-
getPropertyValue
-
putCollectionAsContext
protected com.github.jknack.handlebars.Options.Buffer putCollectionAsContext(Iterable<?> objects, com.github.jknack.handlebars.Options options) throws IOException - Throws:
IOException
-
putObjectAsChildContext
protected com.github.jknack.handlebars.Options.Buffer putObjectAsChildContext(Object object, com.github.jknack.handlebars.Options options) throws IOException - Throws:
IOException
-