Liking cljdoc? Tell your friends :D

pronto.utils


->camel-caseclj

(->camel-case s)
Implements protobuf's camel case conversion for Java. See: https://github.com/protocolbuffers/protobuf/blob/v3.12.4/src/google/protobuf/compiler/java/java_helpers.cc#L157
sourceraw docstring

->kebab-caseclj

(->kebab-case s)

Converts s, assumed to be in snake_case, to kebab-case

Converts `s`, assumed to be in snake_case, to kebab-case
sourceraw docstring

class->abstract-map-class-nameclj

(class->abstract-map-class-name clazz)
source

class->abstract-persistent-map-class-nameclj

(class->abstract-persistent-map-class-name clazz)
source

class->map-class-nameclj

(class->map-class-name clazz)
source

class->transient-class-nameclj

(class->transient-class-name clazz)
source

ctor-nameclj

(ctor-name prefix clazz)
source

enum?clj

(enum? fd)
source

field->camel-caseclj

(field->camel-case field)
source

field->kebab-caseclj

(field->kebab-case field)
source

flatten-forestclj

(flatten-forest forest)
source

javaifyclj

(javaify s)
source

kv-forestclj

(kv-forest kvs)
source

leafclj

(leaf x)
source

leaf-valclj

source

leaf?clj

source

make-type-errorclj

(make-type-error clazz field-name expected-type value)
(make-type-error clazz field-name expected-type value cause)
source

mapper?clj

(mapper? m)
source

message?clj

(message? fd)
source

normalize-pathclj

(normalize-path s)
source

proto-map->protoclj

(proto-map->proto m)

Returns the protobuf instance associated with the proto-map

Returns the protobuf instance associated with the proto-map
sourceraw docstring

proto-map?clj

(proto-map? m)
source

safe-resolveclj

(safe-resolve x)
source

sanitized-class-nameclj

(sanitized-class-name clazz)
source

static-callclj

(static-call class method-name)
source

struct?clj

(struct? fd)
source

type-error-infoclj

(type-error-info clazz field-name expected-type value)
source

with-nscljmacro

(with-ns new-ns & body)
source

with-type-hintclj

(with-type-hint sym clazz)
source

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

× close