Class UTCTimestampFormatter

  • All Implemented Interfaces:
    com.quartetfs.fwk.format.IFormatter, com.quartetfs.fwk.types.IExtendedPluginValue, Serializable

    @QuartetExtendedPluginValue(intf=com.quartetfs.fwk.format.IFormatter.class,
                                key="UTCTimestampFormatter")
    public class UTCTimestampFormatter
    extends Object
    implements com.quartetfs.fwk.format.IFormatter
    Custom formatter used for UTC timestamps
    See Also:
    Serialized Form
    • Constructor Detail

      • UTCTimestampFormatter

        public UTCTimestampFormatter()
    • Method Detail

      • format

        public String format​(Object value)
        Specified by:
        format in interface com.quartetfs.fwk.format.IFormatter
      • getType

        public String getType()
        Specified by:
        getType in interface com.quartetfs.fwk.types.IExtendedPluginValue