object JsonFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type GenericCompanion = GeneratedMessageCompanion[_ <: GeneratedMessage]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DefaultRegistry: FormatRegistry
- val EPSILON: Double
- val MAX_DOUBLE: BigDecimal
- val MAX_UINT64: BigInt
- val MIN_DOUBLE: BigDecimal
- val MORE_THAN_ONE: BigDecimal
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultValue(fd: FieldDescriptor): PValue
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromJson[A <: GeneratedMessage](value: JValue)(implicit arg0: GeneratedMessageCompanion[A]): A
- def fromJsonString[A <: GeneratedMessage](str: String)(implicit arg0: GeneratedMessageCompanion[A]): A
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonName(fd: FieldDescriptor): String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parseBigDecimal(value: String): BigDecimal
- def parseDouble(value: String): PDouble
- def parseFloat(str: String): PFloat
- def parseInt32(value: String): PValue
- def parseInt64(value: String): PValue
- def parsePrimitive(protoType: Type, value: JValue, onError: => PValue): PValue
- def parseUint32(value: String): PValue
- def parseUint64(value: String): PValue
- val parser: Parser
- def primitiveWrapperParser[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Parser, JValue) => T
- def primitiveWrapperWriter[T <: GeneratedMessage](implicit cmp: GeneratedMessageCompanion[T]): (Printer, T) => JValue
- val printer: Printer
- implicit def protoToReader[T <: GeneratedMessage](implicit arg0: GeneratedMessageCompanion[T]): Reader[T]
- implicit def protoToWriter[T <: GeneratedMessage]: Writer[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson[A <: GeneratedMessage](m: A): JValue
- def toJsonString[A <: GeneratedMessage](m: A): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- 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.