Class DefaultInterpolator

  • All Implemented Interfaces:
    Interpolator

    public class DefaultInterpolator
    extends Object
    implements Interpolator
    This Interpolator simply returns the original value. This is implementation is useful when interpolation is not desired.
    Since:
    1.4
    • Constructor Detail

      • DefaultInterpolator

        public DefaultInterpolator()
    • Method Detail

      • interpolate

        public String interpolate​(String value)
        Simply returns the original value.
        Specified by:
        interpolate in interface Interpolator
        Parameters:
        value - value to be interpolated.
        Returns:
        Simply returns the original value.