public class Interpolator<T> extends Object
| Constructor and Description |
|---|
Interpolator() |
| Modifier and Type | Method and Description |
|---|---|
void |
escapeWith(String escape) |
String |
interpolate(String toInterpolate,
T arg) |
InterpolationHandler<T> |
when() |
InterpolationHandler<T> |
when(String characterClass) |
public InterpolationHandler<T> when()
public InterpolationHandler<T> when(String characterClass)
public void escapeWith(String escape)
Copyright © 2014. All Rights Reserved.