Noizu.Entity.Meta.Json (NoizuLabs Entities v0.2.1)
Logic for entity json details.
Summary
Types
Rename json field as
Encoding error.
Field json entry is for
Omit field form json output
Persistence Metadata entry
Json Template rule applies to.
Types
@type json_as() :: term()
Rename json field as
@type json_error() :: term()
Encoding error.
@type json_field() :: term()
Field json entry is for
@type json_omit() :: term()
Omit field form json output
@type json_settings() :: {:json_settings, template :: json_template(), field :: json_field(), as :: json_as(), omit :: json_omit(), error :: json_error()}
Persistence Metadata entry
@type json_template() :: term()
Json Template rule applies to.