Class TimeOutputConverter

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.util.Converter<TimeOutput,​Object>

    public class TimeOutputConverter
    extends com.fasterxml.jackson.databind.util.StdConverter<TimeOutput,​Object>
    • Constructor Detail

      • TimeOutputConverter

        public TimeOutputConverter()
    • Method Detail

      • convert

        public Object convert​(TimeOutput value)
        Specified by:
        convert in interface com.fasterxml.jackson.databind.util.Converter<TimeOutput,​Object>
        Specified by:
        convert in class com.fasterxml.jackson.databind.util.StdConverter<TimeOutput,​Object>