public interface Formatter<T>
Modifier and Type | Method and Description |
---|---|
String |
format(T t) |
void |
format(T t,
Appendable appendable) |
String format(T t) throws FormatException
FormatException
void format(T t, Appendable appendable) throws FormatException
FormatException
Copyright © 2002–2017 SoftSmithy. All rights reserved.