Class TemplateText<T>

java.lang.Object
com.storedobject.core.TemplateString<T>
com.storedobject.ui.TemplateText<T>
Type Parameters:
T - Type of object to apply on the template.
All Implemented Interfaces:
Function<T,String>

public class TemplateText<T> extends TemplateString<T>
Template string that can be evaluated. Values are defined using variable names: ${name}. If you want to use $ symbol as a literal (escaping), use $$.
Author:
Syam