Git Product home page Git Product logo

Comments (8)

ttung avatar ttung commented on June 19, 2024

is this a transient issue due to incremental compilation?

from ig-json-parser.

zhaojiac avatar zhaojiac commented on June 19, 2024

@ttung Doesn't seem to be.... I tried to clean the project and rebuild which doesn't solve the issue.

from ig-json-parser.

ttung avatar ttung commented on June 19, 2024

Oh! Is your List type parameterized? It needs to be:

List<SomeType> foo;

SomeType either needs to be a type annotated with @jsontype or it needs to be an autoboxed primitive (like Integer, Float, etc)

from ig-json-parser.

ttung avatar ttung commented on June 19, 2024

Did that solve your problem, btw?

from ig-json-parser.

zhaojiac avatar zhaojiac commented on June 19, 2024

@ttung Thanks for the reply. It doesn't solve the issue. My List definitions are type parameterized. But you mention that it needs to be type annoated with @jsontype or primitives..... So Java class like String wouldn't work ?

from ig-json-parser.

ttung avatar ttung commented on June 19, 2024

Strings should work.

Do you get any errors when you build?

from ig-json-parser.

kangzhang avatar kangzhang commented on June 19, 2024

@zhaojiac

Did you use guava's ImmutableList or some other List type that our parser can't handle? (Another user who hit similar exception used guava's ImmutablaList, I'm wondering if it's the case for you)

It would be helpful if you can paste your model class here so that we can repro the issue. I'd be happy to take a look.

from ig-json-parser.

 avatar commented on June 19, 2024

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

from ig-json-parser.

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.