Liking cljdoc? Tell your friends :D

palikka.coerce

Provides Schema coercion for component configuration values.

This is useful when options are read from string only sources like envinronment variables or system properties. Coercion is based on schema.coerce/string-coercion-matcher but additionally includes following coercions:

  • Single string to collection by splitting the string on ":"
Provides Schema coercion for component configuration values.

This is useful when options are read from string only sources like
envinronment variables or system properties. Coercion is based on
schema.coerce/string-coercion-matcher but additionally includes
following coercions:

- Single string to collection by splitting the string on ":"
raw docstring

env-coerceclj

(env-coerce schema v)

Coerces and validates value against given schema. Throws if coercion of validation fails.

Coerces and validates value against given schema. Throws if
coercion of validation fails.
sourceraw docstring

env-coercerclj

(env-coercer schema)
source

env-coercion-matcherclj

(env-coercion-matcher schema)
source

string-collection-matcherclj

(string-collection-matcher schema)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close