Class ToStringFormatter<V>

java.lang.Object
io.github.mmm.base.lang.ToStringFormatter<V>
Type Parameters:
V - type of the value to format.
All Implemented Interfaces:
Function<V,String>

public final class ToStringFormatter<V> extends Object implements Function<V,String>
Formatter Function that delegates to Object.toString(). Use this formatter as default with option to override in order to give flexiblity.
Since:
1.0.0