38 Commits (3c40171b04ac1de5a3f477fc9a55cdba6058a085)

Author SHA1 Message Date
  Maxime Mériouma-Caron 3c40171b04 Try fix 8 years ago
  Maxime Mériouma-Caron 416c892905 Fix databind tests 8 years ago
  Manolo Carrasco 1105ed0acb Simplify Json generated classes reusing common code 9 years ago
  Manolo Carrasco cbacf2f217 Running maven java-formatter plugin to all sources 9 years ago
  Manolo Carrasco 8d6aa20dd0 Removing checkstyle errors 9 years ago
  Manolo Carrasco 791e62c0ad Organize imports, remove empty lines 9 years ago
  Manolo Carrasco d3eaed4b7f Remove duplicated empty lines, remove CR, add NL at the end 9 years ago
  Manolo Carrasco e2d1bb83ac Replace tabs by spaces 9 years ago
  Manolo Carrasco 44702affcd Fix client-side code 9 years ago
  Manolo Carrasco 65e2d6eb01 Fix Json Builder. 9 years ago
  Manuel Carrasco Moñino 8276113ee9 Dont try to fix json strings by default, to avoiding quoted numbers and null be unquoted 10 years ago
  Manolo Carrasco a59638d5c9 update super and generator implementation with new refactored names 10 years ago
  Manolo Carrasco 8a0328a2d3 Refactoring using more meaningful names for properties interface and getter 10 years ago
  Manolo Carrasco 6f8ccb8062 Add new methods to generator 10 years ago
  Manuel Carrasco Moñino c4e2abb513 Fix setters with Binder objects 10 years ago
  Manuel Carrasco Moñino 235ee04e1a Implement as method to convert between types 10 years ago
  Manuel Carrasco Moñino a82893e83e Implemented Ajax for JVM, and tests 10 years ago
  Manuel Carrasco Moñino 1e3810ad25 Using Binder interface in certain ajax properties 10 years ago
  Manuel Carrasco Moñino 954b0e839a Use getName makes more sense 10 years ago
  Manuel Carrasco Moñino 660641a9f2 Implement generic interface for Binders so as we can use it in JS and JVM 10 years ago
  Manuel Carrasco Moñino ad30b3e7f6 Implementation of JsonBuilders for the JVM. Moved tests to class which can be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client, we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do 10 years ago
  Manolo Carrasco 0e9a003c78 Fix names in Data binder generators. Fixes issue #230 10 years ago
  Manolo Carrasco ba808b506a Dont change name annotation names. Fixes issue #230 10 years ago
  Manuel Carrasco Moñino 1313f0c028 End lines with LF instead of CRLF 11 years ago
  jdramaix 0341638419 best management of enum 11 years ago
  Manolo Carrasco 394799f87a Adding support for wrapping gwt Functions as js-functions and viceversa in properties and json objects 11 years ago
  Manolo Carrasco 2b79b024b4 Use native JSON.stringify when available. Fix to store native js numbers in Properties instead of gwt types. Handle char and byte types 11 years ago
  Julien Dramaix b55a024ad1 fix issue 140 + support Long, Double, Integer, Float and Byte objects 12 years ago
  Manolo Carrasco 625cade8cb Adding a couple of methods to JsonBuilders, usetul to inspect objects in client side 12 years ago
  Manolo Carrasco cada43352e Rolling back commit r960 which was reverting r955 by mistake 12 years ago
  Manolo Carrasco 2067020f9c deal with enum values 12 years ago
  Julien Dramaix a80cfbe63a add enum support 12 years ago
  Manolo Carrasco 20701fa27e Support for Functions in Json Generators, related with issue_116. Do not return null for unknown types but warn the user 12 years ago
  Manolo Carrasco 74a16805c6 JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays of JsonBuilder objects, Fixes issue 117. Fix Properties toString methods when there are arrays of objects 12 years ago
  Manolo Carrasco 96f7ece623 setters in xml builders was not implemented 12 years ago
  Manolo Carrasco c34809c0ec First version of XmlBuilder generator, only getters work right now 12 years ago
  Manolo Carrasco 9d85a74e5c Commit forgotten class, and fix namespaces in builder generator 12 years ago