Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markiewb/springcustomeditorreferencingabean
Custom PropertyEditor for Spring which resolves beans by their name
https://github.com/markiewb/springcustomeditorreferencingabean
bean propertyeditor sample spring
Last synced: 23 days ago
JSON representation
Custom PropertyEditor for Spring which resolves beans by their name
- Host: GitHub
- URL: https://github.com/markiewb/springcustomeditorreferencingabean
- Owner: markiewb
- Created: 2013-08-15T18:49:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T22:18:12.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:13:50.140Z (7 months ago)
- Topics: bean, propertyeditor, sample, spring
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
springcustomeditorreferencingabean
==================================A sample how to implement a custom propertyeditor for Spring 2.x which allows you to configure bean references with string literals.
The propertyeditor tries to resolve the referenced beans given by their id.Example
```
```Inspired by http://www.mkyong.com/spring/spring-how-to-pass-a-date-into-bean-property-customdateeditor/