public class PlaceholderReplacer extends Object
| Constructor and Description |
|---|
PlaceholderReplacer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
replaceAll(Collection<T> spanList,
Function<String,String> mapper,
char openPlaceholder,
char closePlaceholder,
Function<T,String> getter,
BiConsumer<T,String> setter) |
public static <T> void replaceAll(Collection<T> spanList, Function<String,String> mapper, char openPlaceholder, char closePlaceholder, Function<T,String> getter, BiConsumer<T,String> setter)
Copyright © 2019. All rights reserved.