ScalapbJsonCommon

scalapb_json.ScalapbJsonCommon

Attributes

Source
ScalapbJsonCommon.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type GenericCompanion = GeneratedMessageCompanion[_ <: GeneratedMessage]

Attributes

Source
ScalapbJsonCommon.scala

Value members

Concrete methods

def defaultValue(fd: FieldDescriptor): PValue

Attributes

Source
ScalapbJsonCommon.scala
def fieldMaskFromJsonString(value: String): FieldMask

Attributes

Source
ScalapbJsonCommon.scala
def fieldMaskToJsonString(fieldMask: FieldMask): String

Attributes

Source
ScalapbJsonCommon.scala
def jsonName(fd: FieldDescriptor): String

Attributes

Source
ScalapbJsonCommon.scala
def parseBigDecimal(value: String): BigDecimal

Attributes

Source
ScalapbJsonCommon.scala
def parseDouble(value: String): PDouble

Attributes

Source
ScalapbJsonCommon.scala
def parseFloat(value: String): PFloat

Attributes

Source
ScalapbJsonCommon.scala
def parseInt32(value: String): PValue

Attributes

Source
ScalapbJsonCommon.scala
def parseInt64(value: String): PValue

Attributes

Source
ScalapbJsonCommon.scala
def parseUint32(value: String): PValue

Attributes

Source
ScalapbJsonCommon.scala
def parseUint64(value: String): PValue

Attributes

Source
ScalapbJsonCommon.scala
def unsignedInt(n: Int): Long

Attributes

Source
ScalapbJsonCommon.scala

Concrete fields

val EPSILON: Double

Attributes

Source
ScalapbJsonCommon.scala
val MAX_DOUBLE: BigDecimal

Attributes

Source
ScalapbJsonCommon.scala
val MAX_UINT64: BigInt

Attributes

Source
ScalapbJsonCommon.scala
val MIN_DOUBLE: BigDecimal

Attributes

Source
ScalapbJsonCommon.scala
val MORE_THAN_ONE: BigDecimal

Attributes

Source
ScalapbJsonCommon.scala