Class DateConverter

  • All Implemented Interfaces:
    org.apache.johnzon.mapper.Converter<Date>, org.apache.johnzon.mapper.Converter.TypeAccess, org.apache.johnzon.mapper.MapperConverter

    public class DateConverter
    extends Object
    implements org.apache.johnzon.mapper.Converter<Date>, org.apache.johnzon.mapper.Converter.TypeAccess
    • Constructor Detail

      • DateConverter

        public DateConverter()
    • Method Detail

      • toString

        public String toString​(Date date)
        Specified by:
        toString in interface org.apache.johnzon.mapper.Converter<Date>
      • fromString

        public Date fromString​(String text)
        Specified by:
        fromString in interface org.apache.johnzon.mapper.Converter<Date>
      • type

        public Type type()
        Specified by:
        type in interface org.apache.johnzon.mapper.Converter.TypeAccess