Packages

package samples

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ProtoSerializable extends AnyRef
  2. final class Schemas extends AnyRef
  3. trait TestCase[X] extends AnyRef
  4. case class TestCaseAllFields(d: Double, f: Float, i: Int, l: Long, ui: @@[Int, Unsigned], ul: @@[Long, Unsigned], si: @@[Int, Signed], sl: @@[Long, Signed], fi: @@[Int, Fixed], fl: @@[Long, Fixed], sfi: @@[Int, Signed with Fixed], sfl: @@[Long, Signed with Fixed], b: Boolean, s: String, by: ByteString, c: Color) extends Product with Serializable
  5. case class TestCaseCollections(d: Seq[Double], f: List[Float], i: Seq[Int], l: Array[Long], ui: Traversable[@@[Int, Unsigned]], ul: Iterable[@@[Long, Unsigned]], si: Stream[@@[Int, Signed]], sl: Vector[@@[Long, Signed]], fi: NonEmptyList[@@[Int, Fixed]]) extends Product with Serializable
  6. case class TestCaseCustomMappingRepeated(i: Seq[Int], sl: Seq[@@[Long, Signed]], b: Seq[Boolean], s: Seq[String], c: Seq[Colors.Value]) extends Product with Serializable
  7. case class TestCaseCustomMappingSimple(f: Float, ui: @@[Int, Unsigned], b: Option[Boolean], c: Color) extends Product with Serializable
  8. case class TestCaseCustomType(bigdecimal: BigDecimal, bigint: BigInt, uuid: UUID, short: Short, char: Char) extends Product with Serializable
  9. case class TestCaseEmptyRepeated(d: Seq[Double], f: Seq[Float], i: Seq[Int]) extends Product with Serializable
  10. case class TestCaseNested(d: Double, m1: Option[InnerNested], m2: InnerNested, rm: Seq[InnerNested]) extends Product with Serializable
  11. case class TestCaseNestedCustomMapping(m2: InnerNestedCustomMapping, rm: Seq[InnerNestedCustomMapping]) extends Product with Serializable
  12. case class TestCaseOptionalFields(d: Option[Double], f: Option[Float], i: Option[Int]) extends Product with Serializable
  13. case class TestCaseRepeatedFields(d: Seq[Double], f: Seq[Float], i: Seq[Int], l: Seq[Long], ui: Seq[@@[Int, Unsigned]], ul: Seq[@@[Long, Unsigned]], si: Seq[@@[Int, Signed]], sl: Seq[@@[Long, Signed]], fi: Seq[@@[Int, Fixed]], fl: Seq[@@[Long, Fixed]], sfi: Seq[@@[Int, Signed with Fixed]], sfl: Seq[@@[Long, Signed with Fixed]], b: Seq[Boolean], s: Seq[String], by: Seq[ByteString], c: Seq[Colors.Value]) extends Product with Serializable

Ungrouped