public interface Template
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Template.DefaultValueProvider |
static class |
Template.Token |
static interface |
Template.TokenProvider |
static interface |
Template.TokenValue |
| Modifier and Type | Method and Description |
|---|---|
static Template.TokenProvider |
getTokenProviderByGroupNames(List<String> groupNames) |
String |
replace(Template.TokenValue tokenValue) |
default String |
replace(Template.TokenValue tokenValue,
java.util.function.Function<Exception,Exception> exceptionFunction) |
static Template.TokenProvider getTokenProviderByGroupNames(List<String> groupNames)
String replace(Template.TokenValue tokenValue)
default String replace(Template.TokenValue tokenValue, java.util.function.Function<Exception,Exception> exceptionFunction) throws Exception
ExceptionCopyright © 2019. All rights reserved.