Types

scalapb.compiler.Types
object Types

Attributes

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

Members list

Type members

Classlikes

case class TypeInfo(capitalizedType: String, fixedSize: Option[Int], wireType: Int)

Attributes

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

Value members

Concrete methods

def capitalizedType(t: Type): String
def fixedSize(t: Type): Option[Int]
def wireType(t: Type): Int

Concrete fields

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