o

scalapb.json4s

JsonFormat

object JsonFormat

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. All

Type Members

  1. type GenericCompanion = GeneratedMessageCompanion[_ <: GeneratedMessage]

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. val EPSILON: Double
  6. val MAX_DOUBLE: BigDecimal
  7. val MAX_UINT64: BigInt
  8. val MIN_DOUBLE: BigDecimal
  9. val MORE_THAN_ONE: BigDecimal
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def defaultValue(fd: FieldDescriptor): PValue
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromJson[A <: GeneratedMessage](value: JValue)(implicit arg0: GeneratedMessageCompanion[A]): A
  17. def fromJsonEither[A <: GeneratedMessage](value: JValue)(implicit arg0: GeneratedMessageCompanion[A]): Either[MappingException, A]
  18. def fromJsonString[A <: GeneratedMessage](str: String)(implicit arg0: GeneratedMessageCompanion[A]): A
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def jsonName(fd: FieldDescriptor): String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parseBigDecimal(value: String): BigDecimal
  27. def parseDouble(value: String): PDouble
  28. def parseFloat(str: String): PFloat
  29. def parseInt32(value: String): PValue
  30. def parseInt64(value: String): PValue
  31. def parsePrimitive(protoType: Type, value: JValue, onError: ⇒ PValue): PValue
  32. def parseUint32(value: String): PValue
  33. def parseUint64(value: String): PValue
  34. val parser: Parser
  35. def primitiveWrapperParser[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Parser, JValue) ⇒ T
  36. def primitiveWrapperWriter[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Printer, T) ⇒ JValue
  37. val printer: Printer
  38. implicit def protoToReader[T <: GeneratedMessage](implicit arg0: GeneratedMessageCompanion[T]): Reader[T]
  39. implicit def protoToWriter[T <: GeneratedMessage]: Writer[T]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toJson[A <: GeneratedMessage](m: A): JValue
  42. def toJsonString[A <: GeneratedMessage](m: A): String
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def parsePrimitive(scalaType: ScalaType, protoType: Type, value: JValue, onError: ⇒ PValue): PValue
    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped