public abstract class Template extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Template.Replacements |
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
static String |
render(String template,
Function<String,String> variableLookUp) |
static String |
render(String template,
Map<String,String> replacements) |
static String |
render(String template,
Map<String,String> replacements,
BiFunction<String,Set<String>,String> fallback) |
Copyright © 2022. All rights reserved.