T
public interface Formatter<T>
boolean
canApply(T value)
java.lang.String
format(T value)
boolean canApply(T value)
java.lang.String format(T value)