t

sjsonnew

JavaPrimitiveFormats

trait JavaPrimitiveFormats extends AnyRef

Self Type
JavaPrimitiveFormats with PrimitiveFormats with AdditionalFormats with StandardFormats
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaPrimitiveFormats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit lazy val JBooleanJsonFormat: JsonFormat[Boolean]
  5. implicit val JBooleanJsonKeyFormat: JsonKeyFormat[Boolean]
  6. implicit lazy val JByteJsonFormat: JsonFormat[Byte]
  7. implicit val JByteJsonKeyFormat: JsonKeyFormat[Byte]
  8. implicit lazy val JCharacterJsonFormat: JsonFormat[Character]
  9. implicit val JCharacterJsonKeyFormat: JsonKeyFormat[Character]
  10. implicit lazy val JDoubleJsonFormat: JsonFormat[Double]
  11. implicit val JDoubleJsonKeyFormat: JsonKeyFormat[Double]
  12. implicit lazy val JFloatJsonFormat: JsonFormat[Float]
  13. implicit val JFloatJsonKeyFormat: JsonKeyFormat[Float]
  14. implicit lazy val JIntegerJsonFormat: JsonFormat[Integer]
  15. implicit val JIntegerJsonKeyFormat: JsonKeyFormat[Integer]
  16. implicit lazy val JLongJsonFormat: JsonFormat[Long]
  17. implicit val JLongJsonKeyFormat: JsonKeyFormat[Long]
  18. implicit lazy val JShortJsonFormat: JsonFormat[Short]
  19. implicit val JShortJsonKeyFormat: JsonKeyFormat[Short]
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped