Skip navigation links

Package org.whaka.util.reflection.comparison

Package provides a thin framework to perform recursive reflective comparison of objects.

See: Description

Package org.whaka.util.reflection.comparison Description

Package provides a thin framework to perform recursive reflective comparison of objects.

Next big member of the package is the ComparisonPerformer interface. It is used to create specific performers for different types that can compare different object and provide results.

The best part of the interface is the fact that it can be combined in any way imaginable. For more information on performers see org.whaka.util.reflection.comparison.performers package. Class ComparisonPerformers implements kind of an entrance point to this package.

Skip navigation links