package schemas
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- schemas
- AvroInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def avroSchema[T <: SpecificRecord](implicit arg0: ClassTag[T]): Schema[T]
- Definition Classes
- AvroInstances
- def fromAvroSchema(schema: Schema): Schema[GenericRecord]
- Definition Classes
- AvroInstances