26 Commits (bafab4554a43f7c0214e919fa9d594a92305bc92)

Author SHA1 Message Date
  vt512 bafab4554a
fix duplicate key exception with Binder when interface method is overwritten (#12091) 3 years ago
  Ilia Motornyi d543e47bec Enable Maven plugin for Eclipse formatting (#10829) 6 years ago
  Marco Collovati 1619d1f0bb Treat fields as readonly when bound with null setter (#10477) 6 years ago
  Marco Collovati b35d2ae872 Make Binder.setReadonly ignore effectively readonly bindings (#10368) 6 years ago
  Ahmed Ashour ccad305464 Use static import of Assert in tests (#10126) 6 years ago
  Ahmed Ashour 23718371f8 Remove unused methods. (#10058) 6 years ago
  Artur 2c5dd49f00 Only throw from Binder.bindInstanceFields if there are no bindings at all (#9487) 7 years ago
  Artur a9fdc693a0 Fix bean validation when using sub property bindings (#9248) 7 years ago
  chrosim 8a6853c8f5 Binder with Nested Properties (#8923) 7 years ago
  Ilia Motornyi 23c3f22661 Fix some issues with Binder serialization (#8660) 7 years ago
  Denis 1309be6c20 Provide a way to configure bean binder to auto set required fields (#8460) 7 years ago
  Denis fb2ceee075 Extract Bean validation logic from Binder to BeanValidationBinder 7 years ago
  Leif Åstrand 2fd7e13c42 Integrate BeanBinder functionality into Binder (#8096) 7 years ago
  Aleksi Hietanen 0f39506e3c Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012) 7 years ago
  Leif Åstrand 95d016c085 Global java code cleanup using Eclipse Neon.1 7 years ago
  Pekka Hyvönen ce26bf7c4c Remove usage of Consumer from event listeners (#7985) 7 years ago
  Aleksi Hietanen d0184c4ccd Erase type of BeanBinder#bindInstanceFields parameter in equality test 7 years ago
  Leif Åstrand c7b84bf51d Separate Binding and BindingBuilder (#80) 7 years ago
  Leif Åstrand f586bc155f Ensure all BeanBinding chaining methods return BeanBinding 7 years ago
  Pekka Hyvönen 54e1edcfe0 Rename Binder methods 7 years ago
  Denis Anisimov 53427c897c Avoid explicit casting to getter return type in getDescriptor() (#292). 7 years ago
  Johannes Dahlström 41516b5435 Split Binder tests roughly by category 7 years ago
  Pekka Hyvönen 28f5c84579 Refactor Binder Status Handling API 7 years ago
  Denis Anisimov ccaabe6db0 Add item level validator support to Binder 7 years ago
  Artur Signell 82806ef9b7 Format the project using Neon, remove trailing whitespace 7 years ago
  Johannes Dahlström ec8904f6b0 Implement BeanBinder with JSR-303 validation 7 years ago