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

class->abstract-map-class-nameclj

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

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

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

class->map-class-nameclj

(class->map-class-name clazz)

class->transient-class-nameclj

(class->transient-class-name clazz)

ctor-nameclj

(ctor-name prefix clazz)

enum?clj

(enum? fd)

field->camel-caseclj

(field->camel-case field)

field->kebab-caseclj

(field->kebab-case field)

flatten-forestclj

(flatten-forest forest)

javaifyclj

(javaify s)

kv-forestclj

(kv-forest kvs)

leafclj

(leaf x)

leaf-valclj


leaf?clj


make-type-errorclj

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

mapper?clj

(mapper? m)

message?clj

(message? fd)

normalize-pathclj

(normalize-path s)

optional?clj

(optional? fd)

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

proto-map?clj

(proto-map? m)

safe-resolveclj

(safe-resolve x)

sanitized-class-nameclj

(sanitized-class-name clazz)

static-callclj

(static-call class method-name)

struct?clj

(struct? fd)

type-error-infoclj

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

with-nscljmacro

(with-ns new-ns & body)

with-type-hintclj

(with-type-hint sym clazz)

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

× close