• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Getting java.lang.IllegalArgumentException: Unable to create converter while trying to dynamiclly ch

 
Ranch Hand
Posts: 36
Android Java ME
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello i am having next problem. I open same topic on StackOverflow but no answer and i am in hurry. In my json as response from server i am getting  this kind of json.I am also getting error java.lang.IllegalArgumentException: Unable to create converter for at my call method getInvestmentsInForce()


so I don't know how to change these numbers inside percentage. It won't be the same all the type but will change dynamically

My model :



and in my InvestmentForceRegisteredInvestments :


and my PercentagesInvestmentInforce:


if there no numbers at all then my public class PercentagesInvestmentInforce  will be empty

and my call
 
Bring me the box labeled "thinking cap" ... and then read this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic