Giter Site home page Giter Site logo

Comments (4)

hndmrsh avatar hndmrsh commented on June 30, 2024

Regarding the workaround using @emetsger's PR: the workaround does not successfully deserialize all fields (it is not deserializing the is_friend attribute to the boolean isFriend field on my model).

Solved this issue: it was due to not having setters for the boolean fields. Were you aware this was required?

from jsonapi-converter.

emetsger avatar emetsger commented on June 30, 2024

@hndmrsh

Solved this issue: it was due to not having setters for the boolean fields. Were you aware this was required?

No, I didn't realize that setters were required. Are you using the @Meta annotation from my develop-wip branch in concert with the setters, or did you use the vanilla develop branch in concert with setters?

Another alternative that may work, which I haven't tried, is to use some Jackson magic to deserialize the meta member in your JSON (@AnySetter?).

from jsonapi-converter.

hndmrsh avatar hndmrsh commented on June 30, 2024

@emetsger

The setters were used for boolean fields inside my @Meta-annotated models, which were based on your develop-wip branch.

The @AnySetter approach is interesting, and that could very well work as a workaround also. If I have time to investigate it today, I will look into it.

With regards to the original issue of not being able to access metadata for objects within a collection: are you likely to address this at some point in your develop-wip branch? it looks like this has been solved with PR #41.

Thanks very much for your contributions to this project so far 😄

from jsonapi-converter.

jasminb avatar jasminb commented on June 30, 2024

Hey @hndmrsh please check #41 and close the issue.

from jsonapi-converter.

Related Issues (20)

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.