Class TemplateString<T>

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

public class TemplateString<T> extends Object implements Function<T,String>
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