Liking cljdoc? Tell your friends :D

schema-conformer.transforms


*options*clj

source

abstract?clj

(abstract? s)
source

align-mapclj

(align-map schema x)
source

align-map-keysclj

(align-map-keys schema x)
source

allow-arbitrary-keys?clj

(allow-arbitrary-keys? schema)
source

boolean-schema?clj

(boolean-schema? s)
source

canclj

(can f)
source

coerce-close-keysclj

(coerce-close-keys m allowed-keys)
source

conformclj

(conform schema data)
(conform schema options data)
source

conformerclj

(conformer schema)
(conformer schema options)
source

constrainedclj

(constrained schema x)
source

constrained-schema?clj

(constrained-schema? s)
source

constructclj

(construct class & args)
source

date-time-schema?clj

(date-time-schema? s)
source

date-time?clj

(date-time? v)
source

datetime->stringclj

(datetime->string dt)
source

Defaultclj

source

default->nestedclj

(default->nested schema x)
source

default?clj

(default? s)
source

defaultingclj

(defaulting v)
source

DEFAULTSclj

source

eitherclj

(either schema x)
source

either-schema?clj

(either-schema? s)
source

ensure-required-keysclj

(ensure-required-keys m required)
source

enum-schema?clj

(enum-schema? s)
source

enumerationclj

(enumeration schema x)
source

extension?clj

(extension? s)
source

get-optional-keysclj

(get-optional-keys schema)
source

get-required-keysclj

(get-required-keys schema)
source

instant-schema?clj

(instant-schema? s)
source

instant?clj

(instant? v)
source

keyword-schema?clj

(keyword-schema? s)
source

lazyclj

(lazy sym)
source

liftcljmacro

(lift transform)
source

map-schema?clj

(map-schema? s)
source

MAPPINGSclj

source

nil->abstract-schemaclj

(nil->abstract-schema {:keys [dispatch-key] :as schema} x)
source

nil->extensionclj

(nil->extension {:keys [base-schema] :as schema} x)
source

number->booleanclj

(number->boolean x)
source

number->datetimeclj

(number->datetime s)
source

number->instantclj

(number->instant s)
source

optional-key?clj

(optional-key? s)
source

PATCHESclj

source

remove-additional-keysclj

(remove-additional-keys m allowed)
source

remove-optional-nil-keysclj

(remove-optional-nil-keys m optional)
source

required-key?clj

(required-key? s)
source

schema-matcherclj

(schema-matcher schema)
(schema-matcher schema options)
source

schema-record?clj

(schema-record? s)
source

string->booleanclj

(string->boolean s)
source

string->datetimeclj

(string->datetime s)
source

string->instantclj

(string->instant s)
source

string->uuidclj

(string->uuid s)
source

string-schema?clj

(string-schema? s)
source

symbol-schema?clj

(symbol-schema? s)
source

uuid-schema?clj

(uuid-schema? s)
source

within-rangeclj

(within-range start stop)
source

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

× close