Interface StringFormat.Template<T>

All Superinterfaces:
StringFormat.To<T>
Enclosing class:
StringFormat

public static interface StringFormat.Template<T> extends StringFormat.To<T>
A template that will produce instances of type T, after filling the template placeholders with the given variadic parameters.
Since:
8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string representation of the format.
    with(Object... params)
    Returns an instance of T from the string format filled with params.