package avro
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- avro
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AvroSrcGenerator(marshallersImports: List[MarshallersImport], bigDecimalTypeGen: BigDecimalTypeGen, compressionTypeGen: CompressionTypeGen, useIdiomaticEndpoints: UseIdiomaticEndpoints) extends SrcGenerator with Product with Serializable
Value Members
- val AvdlExtension: String
- val AvprExtension: String
- object AvdlFileSorter
Adapted from
avrohugger.filesorter.AvdlFileSorter.Adapted from
avrohugger.filesorter.AvdlFileSorter. Changes: - Handles imported files not present in the input set - Doesn't require input files to be in canonical form (but returns them as such) - Errors out on unresolved imports instead of going into an infinite loop