Welcome! Please see the About page for a little more info on how this works.

0 votes
in java.data by

in package org.clojure/java.data

(cjd/from-java (java.util.Date.)) will use setter and getter method of java.util.Date, which produce incorrect clojure object,

because java.util.Date is a basic class of java language, it's better keep "::do-not-convert".

so i add this class to ::do-not-convert classify.

1 Answer

0 votes
by
...