Interface StringFormat.Interpolator<T>

Enclosing class:
StringFormat

public static interface StringFormat.Interpolator<T>
A functional SPI interface for custom interpolation.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    interpolate(List<String> fragments, BiStream<Substring.Match, Object> placeholders)
    Interpolates with fragments of size N + 1 and placeholders of size N.