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