public class InterpolationHandlerImpl<T> extends Object implements InterpolationHandler<T>, Interpolating<T>
| Constructor and Description |
|---|
InterpolationHandlerImpl() |
InterpolationHandlerImpl(String characterClass) |
| Modifier and Type | Method and Description |
|---|---|
EnclosureOpeningHandler<T> |
enclosedBy(String opening) |
List<Substitution> |
interpolate(String toInterpolate,
T arg) |
PrefixHandler<T> |
prefixedBy(String prefix) |
public InterpolationHandlerImpl()
public InterpolationHandlerImpl(String characterClass)
public PrefixHandler<T> prefixedBy(String prefix)
prefixedBy in interface InterpolationHandler<T>public EnclosureOpeningHandler<T> enclosedBy(String opening)
enclosedBy in interface InterpolationHandler<T>public List<Substitution> interpolate(String toInterpolate, T arg)
interpolate in interface Interpolating<T>Copyright © 2014. All Rights Reserved.