View Source AvroEx.Schema.Record (AvroEx v2.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AvroEx.Schema.Record{
  aliases: [AvroEx.Schema.alias()],
  doc: String.t() | nil,
  fields: [AvroEx.Schema.Record.Field.t()],
  metadata: AvroEx.Schema.metadata(),
  name: String.t(),
  namespace: String.t() | nil
}

Link to this section Functions

Link to this function

match?(record, context, data)

View Source

Specs

match?(t(), AvroEx.Schema.Context.t(), term()) :: boolean()