Class Formats$


  • public class Formats$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Formats$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends enumeratum.EnumEntry>
      play.api.libs.json.Format<T>
      enumFormat​(enumeratum.Enum<T> evidence$1)  
      <T> play.api.libs.json.Format<T> of​(play.api.libs.json.Format<T> x)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Formats$

        public Formats$()
    • Method Detail

      • of

        public <T> play.api.libs.json.Format<T> of​(play.api.libs.json.Format<T> x)
      • enumFormat

        public <T extends enumeratum.EnumEntry> play.api.libs.json.Format<T> enumFormat​(enumeratum.Enum<T> evidence$1)