Package

avrohugger

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AvroScalaArrayType extends Product with Serializable

    Permalink
  2. sealed trait AvroScalaBooleanType extends Product with Serializable

    Permalink
  3. sealed trait AvroScalaBytesType extends Product with Serializable

    Permalink
  4. sealed trait AvroScalaEnumType extends Product with Serializable

    Permalink
  5. sealed trait AvroScalaFixedType extends Product with Serializable

    Permalink
  6. sealed trait AvroScalaMapType extends Product with Serializable

    Permalink
  7. sealed trait AvroScalaNullType extends Product with Serializable

    Permalink
  8. sealed trait AvroScalaNumberType extends Product with Serializable

    Permalink
  9. sealed trait AvroScalaProtocolType extends Product with Serializable

    Permalink
  10. sealed trait AvroScalaRecordType extends AnyRef

    Permalink
  11. sealed trait AvroScalaStringType extends Product with Serializable

    Permalink
  12. case class AvroScalaTypes(int: AvroScalaNumberType = ScalaInt, long: AvroScalaNumberType = ScalaLong, float: AvroScalaNumberType = ScalaFloat, double: AvroScalaNumberType = ScalaDouble, boolean: AvroScalaBooleanType = ScalaBoolean, string: AvroScalaStringType = ScalaString, null: AvroScalaNullType = ScalaNull, bytes: AvroScalaBytesType = ScalaByteArray, fixed: AvroScalaFixedType = ScalaBinary, record: AvroScalaRecordType = ScalaCaseClass, enum: AvroScalaEnumType = ScalaEnumeration, union: AvroScalaUnionType = OptionEitherShapelessCoproduct, array: AvroScalaArrayType = ScalaList, map: AvroScalaMapType = ScalaMap, protocol: AvroScalaProtocolType = NoTypeGenerated) extends Product with Serializable

    Permalink
  13. sealed trait AvroScalaUnionType extends Product with Serializable

    Permalink

Value Members

  1. object AvroScalaTypes extends Serializable

    Permalink
  2. object EnumAsScalaString extends AvroScalaEnumType with Product with Serializable

    Permalink
  3. object JavaEnum extends AvroScalaEnumType with Product with Serializable

    Permalink
  4. object NoTypeGenerated extends AvroScalaProtocolType with Product with Serializable

    Permalink
  5. object OptionEitherShapelessCoproduct extends AvroScalaUnionType with Product with Serializable

    Permalink
  6. object OptionShapelessCoproduct extends AvroScalaUnionType with Product with Serializable

    Permalink
  7. object ScalaADT extends AvroScalaProtocolType with Product with Serializable

    Permalink
  8. object ScalaArray extends AvroScalaArrayType with Product with Serializable

    Permalink
  9. object ScalaBinary extends AvroScalaFixedType with Product with Serializable

    Permalink
  10. object ScalaBoolean extends AvroScalaBooleanType with Product with Serializable

    Permalink
  11. object ScalaByteArray extends AvroScalaBytesType with Product with Serializable

    Permalink
  12. object ScalaCaseClass extends AvroScalaRecordType with Product with Serializable

    Permalink
  13. object ScalaCaseObjectEnum extends AvroScalaEnumType with Product with Serializable

    Permalink
  14. object ScalaDouble extends AvroScalaNumberType with Product with Serializable

    Permalink
  15. object ScalaEnumeration extends AvroScalaEnumType with Product with Serializable

    Permalink
  16. object ScalaFloat extends AvroScalaNumberType with Product with Serializable

    Permalink
  17. object ScalaInt extends AvroScalaNumberType with Product with Serializable

    Permalink
  18. object ScalaList extends AvroScalaArrayType with Product with Serializable

    Permalink
  19. object ScalaLong extends AvroScalaNumberType with Product with Serializable

    Permalink
  20. object ScalaMap extends AvroScalaMapType with Product with Serializable

    Permalink
  21. object ScalaNull extends AvroScalaNullType with Product with Serializable

    Permalink
  22. object ScalaString extends AvroScalaStringType with Product with Serializable

    Permalink
  23. object ScalaVector extends AvroScalaArrayType with Product with Serializable

    Permalink

Ungrouped