Г
Size: a a a
Г
Г
VK
T
(defmulti export type)
(defmethod export your-record-ns.AnnualReport [record] ...)
(defmethod export your-record-ns.PersonReport [record] ...)
Г
(defmult export type)
KC
(export [this to] …)
Г
T
(defmult export type)
(defmulti export (fn [to data] [to (type data)]))
(defmethod export [:pdf your-record-ns.AnnualReport] [_ record] ...)
(defmethod export [:excel your-record-ns.AnnualReport] [_ record] ...)
(defmethod export [:pdf your-record-ns.PersonReport] [_ record] ...)
(defmethod export [:excel your-record-ns.PersonReport] [_ record] ...)
Г
T
KC
DL
KC
KC
DL
DL
KC
DL
selmer
, он хоть и оверфичастый, но делает то, что нужно, и, вроде бы, поддерживается активнее всегоST
DL