public class DefaultInterpolator extends Object implements Interpolator
Interpolator simply returns the original value. This is implementation is useful when interpolation
is not desired.| Constructor and Description |
|---|
DefaultInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
String |
interpolate(String value)
Simply returns the original
value. |
public String interpolate(String value)
value.interpolate in interface Interpolatorvalue - value to be interpolated.value.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.