(dsl->google-json-map m)
Recursively transforms a DSL map to conform to the Google JSON format:
Recursively transforms a DSL map to conform to the Google JSON format: - All keyword keys become lower camel strings - All keyword values become upper underscore strings
(enum->kw e)
Converts an enum into a keyword
Converts an enum into a keyword
(enums-as-map c)
Creates a map of keywords -> enums
Creates a map of keywords -> enums
(get-static-method cls n arg-classes)
Returns a static method
Returns a static method
(kw->enum-str kw)
Converts a keyword into a enum string
Converts a keyword into a enum string
(kw->field-name kw)
Converts a keyword into a field name
Converts a keyword into a field name
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close