Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfalke/simple-value-objects
https://github.com/rfalke/simple-value-objects
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rfalke/simple-value-objects
- Owner: rfalke
- Created: 2016-01-21T09:27:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T12:39:03.000Z (over 8 years ago)
- Last Synced: 2024-04-14T15:20:52.952Z (7 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-value-objects
Source code of the blog post: [Why do you write accessor methods?](https://blog.codecentric.de/en/2016/02/write-accessor-methods/)
Sub-modules:
- [jackson-normal](./jackson-normal)
- [jackson-normal-without-accessors](./jackson-normal-without-accessors)
- [jackson-public-fields](./jackson-public-fields)
- [jackson-final-public-fields](./jackson-final-public-fields)
- [jackson-final-public-fields-no-annotations](./jackson-final-public-fields-no-annotations)
- [hibernate-normal](./hibernate-normal)
- [hibernate-normal-without-accessors](./hibernate-normal-without-accessors)
- [hibernate-public-fields](./hibernate-public-fields)
- [hibernate-final-public-fields](./hibernate-final-public-fields)