WireType

scalapb.WireType
object WireType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
WireType.type

Members list

Type members

Classlikes

case class Fixed32(value: Seq[Long]) extends WireValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
Show all
case class Fixed64(value: Seq[Long]) extends WireValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
Show all
case class LengthDelimited(value: Seq[ByteString]) extends WireValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
Show all
case class Varint(value: Seq[Long]) extends WireValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WireValue
class Object
trait Matchable
class Any
Show all
sealed trait WireValue

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fixed32
class Fixed64
class Varint

Value members

Concrete methods

def getTagFieldNumber(tag: Int): Int
def getTagWireType(tag: Int): Int

Concrete fields

val WIRETYPE_FIXED32: Int
val WIRETYPE_FIXED64: Int
val WIRETYPE_VARINT: Int