Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightblueseas/jobject-extensions
Extensions for java objects
https://github.com/lightblueseas/jobject-extensions
clone-objects compare-objects copy-objects diff-objects evaluate-objects evaluation java-objects merge-objects object-evaluation
Last synced: about 1 month ago
JSON representation
Extensions for java objects
- Host: GitHub
- URL: https://github.com/lightblueseas/jobject-extensions
- Owner: lightblueseas
- License: mit
- Created: 2017-10-21T13:07:43.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-11-08T07:51:17.000Z (about 5 years ago)
- Last Synced: 2024-03-26T15:18:16.485Z (9 months ago)
- Topics: clone-objects, compare-objects, copy-objects, diff-objects, evaluate-objects, evaluation, java-objects, merge-objects, object-evaluation
- Size: 731 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Overview
[![Build Status](https://travis-ci.org/lightblueseas/jobject-extensions.svg?branch=develop)](https://travis-ci.org/lightblueseas/jobject-extensions)
[![Coverage Status](https://coveralls.io/repos/github/lightblueseas/jobject-extensions/badge.svg?branch=develop)](https://coveralls.io/github/lightblueseas/jobject-extensions?branch=develop)
[![Open Issues](https://img.shields.io/github/issues/lightblueseas/jobject-extensions.svg?style=flat)](https://github.com/lightblueseas/jobject-extensions/issues)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/jobject-extensions/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/jobject-extensions)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
[![Donate](https://img.shields.io/badge/donate-❤-ff2244.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVBTWLRAZ7HB8)The module projects of the parent project moved to its own projects.
* [jobj-clone](https://github.com/astrapi69/jobj-clone)
* [jobj-compare](https://github.com/astrapi69/jobj-compare)
* [jobj-contract-verifier](https://github.com/astrapi69/jobj-contract-verifier)
* [jobj-copy](https://github.com/astrapi69/jobj-copy)
* [jobj-core](https://github.com/astrapi69/jobj-core)
* [jobj-differ](https://github.com/astrapi69/jobj-differ)
* [jobj-merge](https://github.com/astrapi69/jobj-merge)The jobject-extensions project provides main operation that you can do with java objects.
When programming with java you offen have to clone, copy and some times you have even merge objects.
Thats exactly the functionality what this library provides.
There are several extension methods for the java core class Object. The feature extension methods can be provided over the lombok library.If you like this project put a ⭐ and donate
## Key features:
1. very small size
2. extension methods for java core class Object for clone, copy and merge
3. modularize, import only the functionality you need
4. simple to use## Note
No animals were harmed in the making of this library.
# Donations
This project is kept as an open source product and relies on contributions to remain being developed.
If you like this project, please consider a donation through paypal:
or over bitcoin or bitcoin-cash with:
1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW
or over ether with:
0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8
## License
The source code comes under the liberal MIT License, making jobject-extensions great for all types of applications.
## javadoc
[![Javadocs](http://www.javadoc.io/badge/de.alpharogroup/jobject-clone.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-clone) jobject-clone
[![Javadocs](http://www.javadoc.io/badge/de.alpharogroup/jobject-copy.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-copy) jobject-copy
[![Javadocs](http://www.javadoc.io/badge/de.alpharogroup/jobject-merge.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-merge) jobject-merge
## Maven dependency
Maven dependency is now on sonatype.
Check out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~jobject-extensions~~~) for latest snapshots and releases.Add the following maven dependency to your project `pom.xml` if you want to import the core functionality of jobject-extensions:
Than you can add the dependency to your dependencies:
...
3.1.2
${jobject-extensions.version}
${jobject-extensions.version}
${jobject-extensions.version}
...
You can add the following dependencies to your project for use the functionality of jobject-extensions.Add the following maven dependency to your project `pom.xml` if you want to import the core functionality of jobject-clone:
...
de.alpharogroup
jobject-clone
${jobject-clone.version}
...
Add the following maven dependency to your project `pom.xml` if you want to import the functionality of jobject-copy:
...
de.alpharogroup
jobject-copy
${jobject-copy.version}
...
Add the following maven dependency to your project `pom.xml` if you want to import only the jobject-merge:
...
de.alpharogroup
jobject-merge
${jobject-merge.version}
...
You can of course import all dependencies of jobject-extensions:
...
de.alpharogroup
jobject-clone
${jobject-clone.version}
de.alpharogroup
jobject-copy
${jobject-copy.version}
de.alpharogroup
jobject-merge
${jobject-merge.version}
...
## Semantic Versioning
The versions of jobject-extensions are maintained with the Semantic Versioning guidelines.
Release version numbers will be incremented in the following format:
`..`
For detailed information on versioning you can visit the [wiki page](https://github.com/lightblueseas/mvn-parent-projects/wiki/Semantic-Versioning).
## Want to Help and improve it? ###
The source code for jobject-extensions are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of [lightblueseas/jobject-extensions/fork](https://github.com/lightblueseas/jobject-extensions/fork)
To share your changes, [submit a pull request](https://github.com/lightblueseas/jobject-extensions/pull/new/develop).
Don't forget to add new units tests on your changes.
## Contacting the Developers
Do not hesitate to contact the jobject-extensions developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the [issues page](https://github.com/lightblueseas/jobject-extensions/issues).# Similar projects
- [cloning](https://github.com/kostaskougios/cloning) deep clone java objects
- [JaVers](https://github.com/javers/javers) JaVers - Object auditing and diff framework for Java
- [jOOR](https://github.com/jOOQ/jOOR) Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way.## Credits
|**Travis CI**|
| :---: |
|[![Travis CI](https://travis-ci.com/images/logos/TravisCI-Full-Color.png)]|
|[![Build Status](https://travis-ci.org/lightblueseas/jobject-extensions.svg?branch=develop)](https://travis-ci.org/lightblueseas/jobject-extensions)|
|Special thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration service for open source projects|
| ||**Nexus Sonatype repositories**|
| :---: |
|[![sonatype repository](https://img.shields.io/nexus/r/https/oss.sonatype.org/de.alpharogroup/jobject-clone.svg?style=for-the-badge)](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~jobject-clone~~~) jobject-clone|
|[![sonatype repository](https://img.shields.io/nexus/r/https/oss.sonatype.org/de.alpharogroup/jobject-copy.svg?style=for-the-badge)](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~jobject-copy~~~) jobject-copy|
|[![sonatype repository](https://img.shields.io/nexus/r/https/oss.sonatype.org/de.alpharogroup/jobject-merge.svg?style=for-the-badge)](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~jobject-merge~~~) jobject-merge|
|Special thanks to [sonatype repository](https://www.sonatype.com) for providing a free maven repository service for open source projects|
| ||**coveralls.io**|
| :---: |
|[![Coverage Status](https://coveralls.io/repos/github/lightblueseas/jobject-extensions/badge.svg?branch=develop)](https://coveralls.io/github/lightblueseas/jobject-extensions?branch=develop)|
|Special thanks to [coveralls.io](https://coveralls.io) for providing a free code coverage for open source projects|
| ||**javadoc.io**|
| :---: |
|[![Javadoc](http://www.javadoc.io/badge/de.alpharogroup/jobject-clone.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-clone) jobject-clone|
|[![Javadoc](http://www.javadoc.io/badge/de.alpharogroup/jobject-copy.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-copy) jobject-copy|
|[![Javadoc](http://www.javadoc.io/badge/de.alpharogroup/jobject-merge.svg)](http://www.javadoc.io/doc/de.alpharogroup/jobject-merge) jobject-merge|
|Special thanks to [javadoc.io](http://www.javadoc.io) for providing a free javadoc documentation for open source projects|
| |