public class Interpolator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Interpolator.Provider
The value for the replacement is returned by this provider
|
| Modifier and Type | Field and Description |
|---|---|
static char |
END |
static char |
ESCAPE |
static String |
START |
| Constructor and Description |
|---|
Interpolator() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
parseDirectives(String value) |
static Object |
replace(String value,
Interpolator.Provider provider)
Replace all place holders
|
public static final char END
public static final String START
public static final char ESCAPE
public static Object replace(String value, Interpolator.Provider provider)
value - Value with place holdersprovider - Provider for providing the valuesCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.