public final class StringPlaceHolderParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringPlaceHolderParser.PlaceHolderProvider<T> |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
DOLLAR_PLACE_HOLDER_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
static String |
replaceDollarPlaceHolders(String s,
Function<String,String> provider)
copied from StringUtils (in order to remove dependency)
|
static <T> String |
replaceDollarPlaceHolders(String s,
T context,
StringPlaceHolderParser.PlaceHolderProvider<T> provider) |
public static final Pattern DOLLAR_PLACE_HOLDER_PATTERN
public static <T> String replaceDollarPlaceHolders(String s, T context, StringPlaceHolderParser.PlaceHolderProvider<T> provider)
Copyright © 2025 vpc open source initiative. All rights reserved.