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

Link to this section Summary

Link to this section Types

Specs

t() :: %AvroEx.Schema.Fixed{
  aliases: [AvroEx.Schema.alias()],
  doc: String.t() | nil,
  metadata: AvroEx.Schema.metadata(),
  name: String.t(),
  namespace: String.t() | nil,
  size: integer()
}

Link to this section Functions

Link to this function

match?(fixed, context, data)

View Source

Specs

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