A dedicated namespace to build an instance of the Config class from a Clojure map. Apparently, this function has grown vast so it's better to keep it here.
A dedicated namespace to build an instance of the Config class from a Clojure map. Apparently, this function has grown vast so it's better to keep it here.
(->config params)
Turn a Clojure map into an instance of Config
via Config.Builder
.
First, try to parse the connection-uri
URI string, if passed.
Then merge it with other parameters. Finally, build a Config
instance.
Turn a Clojure map into an instance of `Config` via `Config.Builder`. First, try to parse the `connection-uri` URI string, if passed. Then merge it with other parameters. Finally, build a `Config` instance.
(->SSLValidation x)
Coerce a Clojure value to SSLValidation enum.
Coerce a Clojure value to SSLValidation enum.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close