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 = ScalaCaseClassWrapper, record: AvroScalaRecordType = ScalaCaseClass, enum: AvroScalaEnumType = ScalaEnumeration, union: AvroScalaUnionType = OptionEitherShapelessCoproduct, array: AvroScalaArrayType = ScalaSeq, map: AvroScalaMapType = ScalaMap, protocol: AvroScalaProtocolType = NoTypeGenerated, decimal: AvroScalaDecimalType = ScalaBigDecimal(None), date: AvroScalaDateType = JavaTimeLocalDate, timestampMillis: AvroScalaTimestampMillisType = JavaTimeInstant, uuid: AvroUuidType = JavaUuid) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroScalaTypes
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val array: AvroScalaArrayType
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val boolean: AvroScalaBooleanType
  7. val bytes: AvroScalaBytesType
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. val date: AvroScalaDateType
  10. val decimal: AvroScalaDecimalType
  11. val double: AvroScalaNumberType
  12. val enum: AvroScalaEnumType
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val fixed: AvroScalaFixedType
  15. val float: AvroScalaNumberType
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. val int: AvroScalaNumberType
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val long: AvroScalaNumberType
  20. val map: AvroScalaMapType
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. val null: AvroScalaNullType
  25. val protocol: AvroScalaProtocolType
  26. val record: AvroScalaRecordType
  27. val string: AvroScalaStringType
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val timestampMillis: AvroScalaTimestampMillisType
  30. val union: AvroScalaUnionType
  31. val uuid: AvroUuidType
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped