com.neeve.util
Interface UtlObjectGraph.ComparatorFactory
- All Known Implementing Classes:
- RogLogUtil.FilterComparisonFactory
- Enclosing class:
- UtlObjectGraph
public static interface UtlObjectGraph.ComparatorFactory
Used to return a custom comparator for a type rather than the default comparator
getComparator
Comparator<?> getComparator(Class<?> clazz,
Stack<String> getterStack)
- Used to return a custom comparator for a type rather than the default comparator
treatEmptyAndNullArraysAsSame
boolean treatEmptyAndNullArraysAsSame()
- Returns:
- True if a null and empty array should be considered equivalent.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.