com.gensler.scalavro.types

primitive

package primitive

Visibility
  1. Public
  2. All

Type Members

  1. trait AvroBoolean extends AvroPrimitiveType[Boolean]

    Represents a mapping from scala.

  2. trait AvroByte extends AvroPrimitiveType[Byte]

    Represents a mapping from scala.

  3. trait AvroBytes extends AvroPrimitiveType[Seq[Byte]]

    Represents a mapping from Seq[Byte] to the corresponding Avro type.

  4. trait AvroChar extends AvroPrimitiveType[Char]

    Represents a mapping from scala.

  5. trait AvroDouble extends AvroPrimitiveType[Double]

    Represents a mapping from scala.

  6. trait AvroFloat extends AvroPrimitiveType[Float]

    Represents a mapping from scala.

  7. trait AvroInt extends AvroPrimitiveType[Int]

    Represents a mapping from scala.

  8. trait AvroLong extends AvroPrimitiveType[Long]

    Represents a mapping from scala.

  9. trait AvroNull extends AvroPrimitiveType[Unit]

    Represents a mapping from scala.

  10. trait AvroShort extends AvroPrimitiveType[Short]

    Represents a mapping from scala.

  11. trait AvroString extends AvroPrimitiveType[String]

    Represents a mapping from java.

  12. trait AvroXml extends AvroPrimitiveType[Node]

    Represents a mapping from scala.

Value Members

  1. object AvroBoolean extends AvroPrimitiveType[Boolean] with AvroBoolean

  2. object AvroByte extends AvroPrimitiveType[Byte] with AvroByte

  3. object AvroBytes extends AvroPrimitiveType[Seq[Byte]] with AvroBytes

  4. object AvroChar extends AvroPrimitiveType[Char] with AvroChar

  5. object AvroDouble extends AvroPrimitiveType[Double] with AvroDouble

  6. object AvroFloat extends AvroPrimitiveType[Float] with AvroFloat

  7. object AvroInt extends AvroPrimitiveType[Int] with AvroInt

  8. object AvroLong extends AvroPrimitiveType[Long] with AvroLong

  9. object AvroNull extends AvroPrimitiveType[Unit] with AvroNull

  10. object AvroShort extends AvroPrimitiveType[Short] with AvroShort

  11. object AvroString extends AvroPrimitiveType[String] with AvroString

  12. object AvroXml extends AvroPrimitiveType[Node] with AvroXml

Ungrouped