Package org.jdbi.v3.stringtemplate4
Class StringTemplateEngine
java.lang.Object
org.jdbi.v3.stringtemplate4.StringTemplateEngine
- All Implemented Interfaces:
TemplateEngine
Rewrites a StringTemplate template, using the attributes on the
StatementContext as template parameters.
For configuration, see StringTemplates.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.statement.TemplateEngine
TemplateEngine.Parsing -
Field Summary
Fields inherited from interface org.jdbi.v3.core.statement.TemplateEngine
NOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.statement.TemplateEngine
parse
-
Constructor Details
-
StringTemplateEngine
public StringTemplateEngine()
-
-
Method Details
-
render
- Specified by:
renderin interfaceTemplateEngine
-