Package io.virtdata.templates
Class StringBindingsTemplate
- java.lang.Object
-
- io.virtdata.templates.StringBindingsTemplate
-
public class StringBindingsTemplate extends java.lang.ObjectUses a string template and a bindings template to create instances ofStringBindings.
-
-
Constructor Summary
Constructors Constructor Description StringBindingsTemplate(java.lang.String stringTemplate, BindingsTemplate bindingsTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBindingsresolve()Create a new instance ofStringBindings, preferably in the thread context that will use it.
-
-
-
Constructor Detail
-
StringBindingsTemplate
public StringBindingsTemplate(java.lang.String stringTemplate, BindingsTemplate bindingsTemplate)
-
-
Method Detail
-
resolve
public StringBindings resolve()
Create a new instance ofStringBindings, preferably in the thread context that will use it.- Returns:
- a new StringBindings
-
-