(parse-type registry type string)
Parse a string based on a type in the registry.
Provided as a convenience because the way this is hidden away in a tangle of classes is ridiculous.
Parse a string based on a type in the registry. Provided as a convenience because the way this is hidden away in a tangle of classes is ridiculous.
(register-type! registry
{:cucumber.parameter/keys [name regexp class transformer
suggest? prefer-for-regexp-match?]
:or {suggest? true
regexp ""
prefer-for-regexp-match? false
class (quote java.lang.Object)}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close