All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Template |
of(String source) |
static Template |
of(String source,
ReplacementPattern pattern) |
ReplacementPattern |
pattern() |
static String |
render(Template template,
Function<String,String> variableLookUp) |
static String |
render(Template template,
Map<String,String> replacements) |
static String |
render(Template template,
Map<String,String> replacements,
BiFunction<String,Set<String>,String> fallback) |
abstract String |
source() |