Packages

package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AvroArrayShapeParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroCollectionShapeParser[ArrayShape] with Product with Serializable
  2. abstract class AvroCollectionShapeParser[T <: AnyShape] extends AvroComplexShapeParser
  3. abstract class AvroComplexShapeParser extends QuickFieldParserOps with AvroKeyExtractor
  4. class AvroEnumParser extends AvroTextTypeParser
  5. case class AvroFixedShapeParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroComplexShapeParser with Product with Serializable
  6. trait AvroKeyExtractor extends AnyRef
  7. case class AvroMapShapeParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroCollectionShapeParser[NodeShape] with Product with Serializable
  8. case class AvroRecordFieldParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroShapeParser with Product with Serializable
  9. class AvroRecordParser extends AvroComplexShapeParser
  10. class AvroShapeParser extends AvroKeyExtractor
  11. case class AvroTextParser(node: YNode)(implicit ctx: AvroSchemaContext) extends AvroKeyExtractor with Product with Serializable
  12. case class AvroTextTypeParser(type: String, maybeMap: Option[YMap])(implicit ctx: AvroSchemaContext) extends AvroComplexShapeParser with Product with Serializable

    parses primitive avro types such as null, boolean, int, long, float, double, bytes, string

  13. case class AvroUnionShapeParser(members: Seq[YNode], node: YNode)(implicit ctx: AvroSchemaContext) extends AvroComplexShapeParser with Product with Serializable

Value Members

  1. object AvroFieldOrder extends Enumeration

Ungrouped