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 AvroIdlGenerator extends IdlGenerator
  2. case class AvroSrcGenerator(marshallersImports: List[MarshallersImport], bigDecimalTypeGen: BigDecimalTypeGen, compressionTypeGen: CompressionTypeGen, useIdiomaticEndpoints: UseIdiomaticEndpoints) extends SrcGenerator with Product with Serializable

Value Members

  1. val AvdlExtension: String
  2. val AvprExtension: String
  3. val IdlType: String
  4. 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

  5. object AvroIdlGenerator extends AvroIdlGenerator
  6. object AvroWithSchemaIdlGenerator extends AvroIdlGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped