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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

match?(enum, context, data)

View Source

Specs

match?(any(), any(), any()) :: boolean()