avro_ex v0.1.0-beta.6 AvroEx.Schema

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function cast_schema(module, data, fields)
Link to this function encodable?(schema, data)
Link to this function encodable?(record, context, bool)
Link to this function expand(schema, context)
Link to this function full_name(namespace, name)
full_name(namespace(), name()) :: full_name()
Link to this function full_names(record, parent_namespace \\ nil)
Link to this function namespace(schema)
Link to this function namespace(primitive, parent_namespace)
Link to this function parse(json_schema, context \\ %Context{})
parse(json_schema(), AvroEx.Schema.Context.t()) ::
  {:ok, t()} |
  {:error, term()}
Link to this function parse!(json_schema)