Class FormatableObject<DATATYPE>

java.lang.Object
com.helger.commons.format.FormatableObject<DATATYPE>
Type Parameters:
DATATYPE - Data type to be formatted
All Implemented Interfaces:
IFormatableObject<DATATYPE>

@NotThreadSafe public class FormatableObject<DATATYPE> extends Object implements IFormatableObject<DATATYPE>
This class represents a single object with an additional formatter.
Author:
Philip Helger