scalapb.descriptors

Members list

Concise view

Type members

Classlikes

sealed trait BaseDescriptor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class DescriptorValidationException(descriptor: BaseDescriptor, msg: String) extends Exception

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class PBoolean(value: Boolean) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PByteString(value: ByteString) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PDouble(value: Double) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
case object PEmpty extends PValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PValue
class Object
trait Matchable
class Any
Self type
PEmpty.type
final case class PEnum(value: EnumValueDescriptor) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PFloat(value: Float) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PInt(value: Int) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PLong(value: Long) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PMessage(value: Map[FieldDescriptor, PValue]) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PRepeated(value: Vector[PValue]) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
final case class PString(value: String) extends AnyVal with PValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
class AnyVal
trait Matchable
class Any
sealed trait PValue

Attributes

Graph
Supertypes
class Any
Known subtypes
class PBoolean
class PDouble
object PEmpty.type
class PEnum
class PFloat
class PInt
class PLong
class PMessage
class PRepeated
class PString

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class Reads[A](read: PValue => A)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Reads extends ReadsCompat

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Reads.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Reads.type
class ReadsException(msg: String) extends Exception

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed trait ScalaType

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Boolean.type
object ByteString.type
object Double.type
class Enum
object Float.type
object Int.type
object Long.type
class Message
object String.type
object ScalaType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type