(-interceptor ?interceptor schema options)
Utility function to convert input into an interceptor. Works with functions, map and sequence of those.
Utility function to convert input into an interceptor. Works with functions, map and sequence of those.
(default-value-transformer)
(default-value-transformer {:keys [key default-fn defaults
:malli.transform/add-optional-keys]
:or {key :default default-fn (fn [_ x] x)}})
(json-transformer)
(json-transformer {:malli.transform/keys [json-vectors map-of-key-decoders]
:or {map-of-key-decoders (-string-decoders)}})
(strip-extra-keys-transformer)
(strip-extra-keys-transformer
{:keys [accept]
:or {accept (m/-comp (fn* [p1__13288#]
(or (nil? p1__13288#) (true? p1__13288#)))
:closed
m/properties)}})
(strip-extra-keys-transformer)
(strip-extra-keys-transformer
{:keys [accept]
:or {accept (m/-comp (fn* [p1__18306#]
(or (nil? p1__18306#) (true? p1__18306#)))
:closed
m/properties)}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close