Types

scalapb.compiler.Types$
object Types

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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