Class DefaultTimeformatService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.time.Instant instant, java.time.ZoneId zoneId)  
      java.lang.String format​(java.util.Date date, java.time.ZoneId zoneId)  
      java.lang.String getFormatPattern()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTimeformatService

        public DefaultTimeformatService()
    • Method Detail

      • format

        public java.lang.String format​(java.time.Instant instant,
                                       java.time.ZoneId zoneId)
        Specified by:
        format in interface TimeformatService
      • format

        public java.lang.String format​(java.util.Date date,
                                       java.time.ZoneId zoneId)
        Specified by:
        format in interface TimeformatService