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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |