Box.MapSet.EctoType (box v0.15.1)

View Source

Ecto type to persist MapSets of a given value type

Summary

Functions

cast(map_set, arg2)

Callback implementation for Ecto.ParameterizedType.cast/2.

dump(map_set, dumper, params)

Callback implementation for Ecto.ParameterizedType.dump/3.

init(options)

Callback implementation for Ecto.ParameterizedType.init/1.

load(list, loader, params)

Callback implementation for Ecto.ParameterizedType.load/3.

type(map)

Callback implementation for Ecto.ParameterizedType.type/1.