View Source Commanded.Serialization.ModuleNameTypeProvider (Commanded v1.4.8)

A type provider that uses the Elixir module name

Example:

  • %An.Event{} module mapped to "Elixir.An.Event".

Summary

Functions

to_string(struct)

Callback implementation for Commanded.EventStore.TypeProvider.to_string/1.

to_struct(type)

Callback implementation for Commanded.EventStore.TypeProvider.to_struct/1.