Class TMTTime$

  • All Implemented Interfaces:
    java.io.Serializable

    public class TMTTime$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TMTTime$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TMTTime$()  
    • Field Detail

      • MODULE$

        public static final TMTTime$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TMTTime$

        public TMTTime$()
    • Method Detail

      • instantFormat

        public play.api.libs.json.Format<java.time.Instant> instantFormat()
      • tmtTimeFormat

        public play.api.libs.json.OFormat<TMTTime> tmtTimeFormat()
      • utcTimeReads

        public <T extends TMTTime> play.api.libs.json.Reads<T> utcTimeReads()
      • orderByInstant

        public <A extends TMTTime> scala.math.Ordering<A> orderByInstant()