Liking cljdoc? Tell your friends :D

clj-gcloud.dsl


dsl->google-json-mapclj

(dsl->google-json-map m)

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
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
sourceraw docstring

enum->kwclj

(enum->kw e)

Converts an enum into a keyword

Converts an enum into a keyword
sourceraw docstring

enums-as-mapclj

(enums-as-map c)

Creates a map of keywords -> enums

Creates a map of keywords -> enums
sourceraw docstring

get-static-methodclj

(get-static-method cls n arg-classes)

Returns a static method

Returns a static method
sourceraw docstring

json-factoryclj

source

kw->enum-strclj

(kw->enum-str kw)

Converts a keyword into a enum string

Converts a keyword into a enum string
sourceraw docstring

kw->field-nameclj

(kw->field-name kw)

Converts a keyword into a field name

Converts a keyword into a field name
sourceraw docstring

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

× close