Interface Formatter<T>

All Superinterfaces:
Function<T,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 Function<T,String>
Interface for formatting a value into a String.