Search
AvroEx
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.2.0
v1.1.0
v0.1.0-beta.6
v0.1.0-beta.5
v0.1.0-beta.4
v0.1.0-beta.3
v0.1.0-beta.2
v0.1.0-beta.1
v0.1.0-beta.0
Pages
Modules
AvroEx
Summary
Types
encoded_avro/0
Functions
decode/3
decode!/3
decode_schema/2
decode_schema!/2
encodable?/2
encode/3
encode!/3
encode_schema/2
named_type/2
parse_schema/1
parse_schema!/1
Schema
AvroEx.Schema
Summary
Types
alias/0
doc/0
full_name/0
json_schema/0
metadata/0
name/0
named_type/0
namespace/0
schema_types/0
t/0
Functions
encodable?/2
encodable?/3
full_name/2
namespace/2
type_name/1
AvroEx.Schema.Array
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Context
Summary
Types
t/0
Functions
lookup/2
AvroEx.Schema.DecodeError
Summary
Types
t/0
Functions
new/1
AvroEx.Schema.Enum
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Fixed
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Map
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Primitive
Summary
Types
primitive/0
t/0
AvroEx.Schema.Record
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Record.Field
Summary
Types
t/0
Functions
match?/3
AvroEx.Schema.Reference
Summary
Types
t/0
Functions
new/1
AvroEx.Schema.Union
Summary
Types
t/0
Functions
match?/3
Exceptions
AvroEx.DecodeError
Summary
Types
t/0
Functions
new/1
AvroEx.EncodeError
Summary
Types
t/0
Functions
new/1
Settings
View Source
AvroEx.Schema.Reference
(AvroEx v2.2.0)
Link to this section
Summary
Types
t()
Functions
new(type)
Link to this section
Types
Link to this type
t()
View Source
Specs
t() :: %AvroEx.Schema.Reference{type:
term
()}
Link to this section
Functions
Link to this function
new(type)
View Source
Specs
new(
String.t
()) ::
t
()
×