scalapb

descriptors

package descriptors

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BaseDescriptor extends AnyRef

  2. class Descriptor extends BaseDescriptor

  3. class DescriptorValidationException extends Exception

  4. class EnumDescriptor extends BaseDescriptor

  5. class EnumValueDescriptor extends BaseDescriptor

  6. class FieldDescriptor extends BaseDescriptor

  7. class FileDescriptor extends BaseDescriptor

  8. class OneofDescriptor extends BaseDescriptor

  9. final case class PBoolean(value: Boolean) extends AnyVal with PValue with Product with Serializable

  10. final case class PByteString(value: ByteString) extends AnyVal with PValue with Product with Serializable

  11. final case class PDouble(value: Double) extends AnyVal with PValue with Product with Serializable

  12. final case class PEnum(value: EnumValueDescriptor) extends AnyVal with PValue with Product with Serializable

  13. final case class PFloat(value: Float) extends AnyVal with PValue with Product with Serializable

  14. final case class PInt(value: Int) extends AnyVal with PValue with Product with Serializable

  15. final case class PLong(value: Long) extends AnyVal with PValue with Product with Serializable

  16. final case class PMessage(value: Map[FieldDescriptor, PValue]) extends AnyVal with PValue with Product with Serializable

  17. final case class PRepeated(value: Vector[PValue]) extends AnyVal with PValue with Product with Serializable

  18. final case class PString(value: String) extends AnyVal with PValue with Product with Serializable

  19. sealed trait PValue extends Any

  20. class PackageDescriptor extends BaseDescriptor

  21. case class Reads[A](read: (PValue) ⇒ A) extends Product with Serializable

  22. class ReadsException extends Exception

  23. sealed trait ScalaType extends AnyRef

Value Members

  1. object FieldDescriptor

  2. object FileDescriptor

  3. object PEmpty extends PValue with Product with Serializable

  4. object Reads extends Serializable

  5. object ScalaType

Ungrouped