Not sure that this is exactly what you're asking for, but it might still give 
you a starting point:

https://github.com/wjoel/clj-bean

Erik. 
-- 
i farta

> Den 23. mar. 2017 kl. 07.12 skrev Didier <didi...@gmail.com>:
> 
> Hi,
> 
> I'm trying to see if you can extend a Java class in Clojure, in a way that 
> lets you add class members (fields) and new constructor methods.
> 
> I'm pretty sure you can not with reify, since that only works on interfaces 
> and protocol, but I'm thinking there should be a way to do so with proxy 
> maybe?
> 
> Thanks.
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to