Interface Formatter<T>
-
- All Superinterfaces:
java.util.function.Function<T,java.lang.String>
- All Known Implementing Classes:
ByteSizeFormatter
,ClockFormatter
,DateFormatter
,DateHolderFormatter
,DayFormatter
,DecimalFormatter
,EntityNameFormatter
,ISO8601NoClockFormatter
,ISO8601NoClockTZIndependentFormatter
,ItemNameFormatter
,JavascriptDateFormatter
,PercentageFormatter
,PlaceholderReplacer
,SecondFormatter
,TimeAmountFormatter
,YearFormatter
public interface Formatter<T> extends java.util.function.Function<T,java.lang.String>
Interface for formatting a value into a String.