Liking cljdoc? Tell your friends :D
Clojure only.

bff.interop

Boundary conversion between Clojure and Java implementations of BFF extension points. Java authors expect String-keyed java.util.Map and java.util.List; the rest of the engine uses keyword-keyed Clojure maps.

Boundary conversion between Clojure and Java implementations of BFF
extension points. Java authors expect String-keyed java.util.Map and
java.util.List; the rest of the engine uses keyword-keyed Clojure maps.
raw docstring

->cljclj

(->clj x)

Recursively convert Java collections returned from an interop call back into keyword-keyed Clojure maps and vectors. Idempotent on Clojure data.

Recursively convert Java collections returned from an interop call back
into keyword-keyed Clojure maps and vectors. Idempotent on Clojure data.
sourceraw docstring

->javaclj

(->java x)

Recursively convert a Clojure value into structures a Java caller expects: • maps → java.util.Map with String keys • sequential collections → java.util.List • keywords → String (via name) • everything else passes through untouched.

Recursively convert a Clojure value into structures a Java caller expects:
• maps → java.util.Map with String keys
• sequential collections → java.util.List
• keywords → String (via name)
• everything else passes through untouched.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close