package avro
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- avro
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AvroCodec[T, R] extends Serializable
-
abstract
class
AvroRecordCodec[T] extends AvroCodec[T, GenericRecord]
- Annotations
- @implicitNotFound( ... )
-
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
- implicit class withGenericRecordMethods extends MethodExtensions[GenericRecord]
- implicit class withSchemaMethods extends MethodExtensions[Schema]
Value Members
- object AvroEncoder
- object AvroRecordCodec extends Serializable