Packages

package avro

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AvroCodec[T, R] extends Serializable
  2. abstract class AvroRecordCodec[T] extends AvroCodec[T, GenericRecord]
    Annotations
    @implicitNotFound( ... )
  3. class AvroUnionCodec[T] extends AvroRecordCodec[T]

    Restricted to be a union of Records that share a super type.

    Restricted to be a union of Records that share a super type.

    T

    superclass of listed formats

  4. implicit class withGenericRecordMethods extends MethodExtensions[GenericRecord]
  5. implicit class withSchemaMethods extends MethodExtensions[Schema]

Value Members

  1. object AvroEncoder
  2. object AvroRecordCodec extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped