object JsonFormat

Source
JsonFormat.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val DefaultRegistry: FormatRegistry
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromJson[A <: GeneratedMessage](value: JsValue)(implicit arg0: GeneratedMessageCompanion[A]): A
  10. def fromJsonString[A <: GeneratedMessage](str: String)(implicit arg0: GeneratedMessageCompanion[A]): A
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def parsePrimitive(protoType: Type, value: JsValue, onError: => PValue): PValue
  18. val parser: Parser
  19. def primitiveWrapperParser[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Parser, JsValue) => T
  20. def primitiveWrapperWriter[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Printer, T) => JsValue
  21. val printer: Printer
  22. implicit def protoToFormat[T <: GeneratedMessage](implicit arg0: GeneratedMessageCompanion[T]): Format[T]
  23. implicit def protoToReader[T <: GeneratedMessage](implicit arg0: GeneratedMessageCompanion[T]): Reads[T]
  24. implicit def protoToWriter[T <: GeneratedMessage]: Writes[T]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toJson[A <: GeneratedMessage](m: A): JsValue
  27. def toJsonString[A <: GeneratedMessage](m: A): String
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def parsePrimitive(scalaType: ScalaType, protoType: Type, value: JsValue, onError: => PValue): PValue
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use parsePrimitive(protoType, value, onError) instead.

Inherited from AnyRef

Inherited from Any

Ungrouped