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. case class AvroInlineTypeParser(node: YNode)(implicit ctx: AvroSchemaContext) extends AvroKeyExtractor with Product with Serializable
  7. case class AvroInlineUnionShapeParser(seq: YSequence)(implicit ctx: AvroSchemaContext) extends AvroUnionLikeShapeParser with Product with Serializable
  8. trait AvroKeyExtractor extends AnyRef
  9. case class AvroMapShapeParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroCollectionShapeParser[NodeShape] with Product with Serializable
  10. case class AvroRecordFieldParser(map: YMap)(implicit ctx: AvroSchemaContext) extends AvroShapeParser with Product with Serializable
  11. class AvroRecordParser extends AvroComplexShapeParser
  12. class AvroShapeParser extends AvroKeyExtractor
  13. 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

  14. trait AvroUnionLikeShapeParser extends AnyRef
  15. case class AvroUnionShapeParser(members: Seq[YNode], node: YNode)(implicit ctx: AvroSchemaContext) extends AvroComplexShapeParser with AvroUnionLikeShapeParser with Product with Serializable

Value Members

  1. object AvroFieldOrder extends Enumeration

Ungrouped