object ScalapbJsonCommon
- Source
- ScalapbJsonCommon.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalapbJsonCommon
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type GenericCompanion = GeneratedMessageCompanion[T] forSome {type T <: GeneratedMessage with Message[T]}
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 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( ... ) @native()
- def defaultValue(fd: FieldDescriptor): PValue
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fieldMaskFromJsonString(value: String): FieldMask
- def fieldMaskToJsonString(fieldMask: FieldMask): String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseBigDecimal(value: String): BigDecimal
- def parseDouble(value: String): PDouble
- def parseFloat(value: String): PFloat
- def parseInt32(value: String): PValue
- def parseInt64(value: String): PValue
- def parseUint32(value: String): PValue
- def parseUint64(value: String): PValue
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unsignedInt(n: Int): Long
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()