pojomatic icon indicating copy to clipboard operation
pojomatic copied to clipboard

Pojomatic provides configurable implementations of the equals(Object), hashCode() and toString() methods inherited from java.lang.Object.

Results 5 pojomatic issues
Sort by recently updated
recently updated
newest added

Hi @irobertson, we use this library and in order to have this included in our OSL, we require copyright information. In the source code, I do not see the license...

(Reported initially on the old google-code site by qualidafial, aka Matt Hall) class Foo { @Property Bar bar; } class Bar { @Property String baz; } Foo expected = new...

`Pojomatic` statically caches the handler for each `Class`. This could produce a memory leak in case you run it on a `Class` in a `ClassLoader` which is later thrown away....

While testing some database persistence, I've found that what I write out to the datastore and what gets read back from it is not always in the same format. Example:...

Currently, if a class attempts to use pojomatic, does not have any Pojomatic annotations, pojomatic will throw an exception. It has been my experience that by far the most common...