(configuration & args)
(configuration-specification & args)
(define-configuration & args)
(define-configuration-specification & args)
(env-source & {:as options})
(environ-source & {:as options})
(from-configuration configuration)
(from-configuration-specification specification)
(map-source m)
(merge & definitions)
(middleware-source delegate & middleware-fns)
(multi-source & sources)
(parameter parameter-name)
(parameter parameter-name options)
(parameter? value)
(resolve definition)
(with-json-parsing)
(with-json-parsing opts)
(with-key-fn f)
(with-middleware middleware)
(with-parameter parameter-element-or-name & {:as options})
(with-parameter-name-prefix prefix)
(with-parameter-name-prefix prefix opts)
(with-parameter-name-transformation transform-fn)
(with-parameter-name-transformation transform-fn opts)
(with-separator-parsing)
(with-separator-parsing opts)
(with-source source & middleware-fns)
(with-specification specification)
(with-transformation transformation)
(yaml-file-source path & {:as options})
cljdoc is a website building & hosting documentation for Clojure/Script libraries