Liking cljdoc? Tell your friends :D

clj-assorted-utils.java-utils

Utility and helper functions for Java

Utility and helper functions for Java
raw docstring

no-eval-read-stringclj

(no-eval-read-string input)
source

read-list-from-clojure-stringclj

(read-list-from-clojure-string input)

Tries to read data from a string that contains data expressed in Clojure data structures. This method checks for List type of data for the top-level object and returns nil/null otherwise. Note that read-eval is set to false for reading the string in order to avoid unintended code execution.

Tries to read data from a string that contains data expressed in Clojure data structures.
This method checks for List type of data for the top-level object and returns nil/null otherwise.
Note that *read-eval* is set to false for reading the string in order to avoid unintended code execution.
sourceraw docstring

read-map-from-clojure-stringclj

(read-map-from-clojure-string input)

Tries to read data from a string that contains data expressed in Clojure data structures. This method checks for Map type of data for the top-level object and returns nil/null otherwise. Note that read-eval is set to false for reading the string in order to avoid unintended code execution.

Tries to read data from a string that contains data expressed in Clojure data structures.
This method checks for Map type of data for the top-level object and returns nil/null otherwise.
Note that *read-eval* is set to false for reading the string in order to avoid unintended code execution.
sourceraw docstring

read-object-from-clojure-stringclj

(read-object-from-clojure-string input)

Tries to read data from a string that contains data expressed in Clojure data structures. Note that read-eval is set to false for reading the string in order to avoid unintended code execution.

Tries to read data from a string that contains data expressed in Clojure data structures.
Note that *read-eval* is set to false for reading the string in order to avoid unintended code execution.
sourceraw docstring

read-set-from-clojure-stringclj

(read-set-from-clojure-string input)

Tries to read data from a string that contains data expressed in Clojure data structures. This method checks for Set type of data for the top-level object and returns nil/null otherwise. Note that read-eval is set to false for reading the string in order to avoid unintended code execution.

Tries to read data from a string that contains data expressed in Clojure data structures.
This method checks for Set type of data for the top-level object and returns nil/null otherwise.
Note that *read-eval* is set to false for reading the string in order to avoid unintended code execution.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close