Code Monkey home page Code Monkey logo

bean-dip's Issues

Problem converting field of java.util.List<java.lang.String>

Hi,

I'm converting a fairly complex java object to a clojure map, everything appears to be working correctly apart from a field that is defined as a:

java.util.List<java.lang.String>

When executing ClassName->map with this field defined I'm getting the error:

CompilerException java.lang.IllegalArgumentException: No implementation of method: :bean->map of protocol: #'bean-dip.core/TranslatableToMap found for class: java.lang.String

What do I need to do to resolve this?

Thanks

bean->map doesn't work correctly when the bean has more than 8 fields

If a java bean has more than eight fields and these are specified in def-translation then not all of these fields will be converted.

I believe this is as a consequence of the way that transient maps are being used/work.

Specifically, the return value of assoc! should always be used, rather than using the original "transient" symbol returned from (clojure.core/transient {})

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.