Class 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