If you are looking to generate OverlayTypes. I have created one maven plugin which can generate OverlayType but it will generate it from Server side Java Bean class and not from Json. You have to add few annotation and this plugin will do the job. refer following project https://github.com/pandurangpatil/gwt-mvn-helper. You will find a sample inside mvn-helper-test module. This plugin is more helpful if you are using Request Factory.
[image: Pandurang Patil on about.me] Pandurang Patil about.me/pandurangpatil <http://about.me/pandurangpatil> website: http://www.agnie.net twitter: @agniesoftware Cell : +91-9823241535 On Thursday, 10 July 2014 15:04:03 UTC+5:30, [email protected] wrote: > > Is there some way using AutonBean.decode to convert standart json -> > "{name : "Some name"}" to > > class NameProxy extends ValueProxy{ > String getName(); > > void setName(String name); > } > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
