auto-datafy.core
extend-datafy
macro
(extend-datafy klass)
Naively implements `clojure.core.protocols.Datafy` for `klass`. Includes all `public`, non-`static` methods starting with "`get`" and having no parameters and all `public`, non-`static` fields.
KeywordNamed
protocol
members
kw-name
(kw-name this)