module Hermes::Persistent
Defined in:
hermes/persistent.crInstance Method Summary
Macro Summary
-
es_fields(properties, strict = false, prefix = "")
Options: - type - nilable - setter - getter - default - converter - emit_null - root
-
es_fields(**properties)
This is a convenience method to allow invoking
JSON.mapping
with named arguments instead of with a hash/named-tuple literal.
Instance Method Detail
Macro Detail
Options:
- type
- nilable
- setter
- getter
- default
- converter
- emit_null
- root
macro es_fields(**properties)
#
This is a convenience method to allow invoking JSON.mapping
with named arguments instead of with a hash/named-tuple literal.