Schemas representing abstract classes and subclasses
Schemas representing abstract classes and subclasses
(abstract-map-schema dispatch-key schema)
Inputs: [dispatch-key :- s/Keyword schema :- (s/pred map?)]
A schema representing an 'abstract class' map that must match at least one concrete
subtype (indicated by the value of dispatch-key, a keyword). Add subtypes by calling
extend-schema
.
Inputs: [dispatch-key :- s/Keyword schema :- (s/pred map?)] A schema representing an 'abstract class' map that must match at least one concrete subtype (indicated by the value of dispatch-key, a keyword). Add subtypes by calling `extend-schema`.
(open-abstract-map-schema dispatch-key schema)
Inputs: [dispatch-key :- s/Keyword schema :- (s/pred map?)]
Like abstract-map-schema, but allows unknown types to validate (for, e.g. forward compatibility).
Inputs: [dispatch-key :- s/Keyword schema :- (s/pred map?)] Like abstract-map-schema, but allows unknown types to validate (for, e.g. forward compatibility).
(extend-schema! this extension schema-name dispatch-values)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close