scalapb.descriptors

Members list

Type members

Classlikes

sealed trait BaseDescriptor

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Descriptor extends BaseDescriptor

Attributes

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

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PByteString(value: ByteString) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PDouble(value: Double) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
case object PEmpty extends PValue

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PFloat(value: Float) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PInt(value: Int) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PLong(value: Long) extends AnyVal, PValue

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PRepeated(value: Vector[PValue]) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
final case class PString(value: String) extends AnyVal, PValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PValue
trait PValueCompat
class AnyVal
trait Matchable
class Any
Show all
sealed trait PValue extends PValueCompat

Attributes

Supertypes
trait PValueCompat
trait Matchable
class Any
Known subtypes
class PBoolean
class PByteString
class PDouble
object PEmpty.type
class PEnum
class PFloat
class PInt
class PLong
class PMessage
class PRepeated
class PString
Show all
trait PValueCompat extends Matchable

Attributes

Supertypes
trait Matchable
class Any
Known subtypes
trait PValue
class PBoolean
class PByteString
class PDouble
object PEmpty.type
class PEnum
class PFloat
class PInt
class PLong
class PMessage
class PRepeated
class PString
Show all

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Reads extends ReadsCompat

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait ReadsCompat
class Object
trait Matchable
class Any
Show all
Self type
Reads.type
trait ReadsCompat

Attributes

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

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait ScalaType

Attributes

Companion
object
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
Show all
object ScalaType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ScalaType.type

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type