avro_ex v0.1.0-beta.1 AvroEx.Schema.Context
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %AvroEx.Schema.Context{names: %{optional(AvroEx.Schema.Record.full_name()) => AvroEx.Schema.Record.t()}}
Link to this section Functions
Link to this function
add_name(context, name, value)
Link to this function
add_schema(context, schema)
Link to this function
lookup(context, name)
lookup(t(), String.t()) :: nil | AvroEx.Schema.Record.t()