Package org.javers.core.diff.custom
Interface CustomValueToStringTemplate<T>
- All Superinterfaces:
CustomValueComparator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CustomValueToStringTemplate<T>
extends CustomValueComparator<T>
-
Method Summary
Methods inherited from interface org.javers.core.diff.custom.CustomValueComparator
handlesNulls, toString
-
Method Details
-
equals
Description copied from interface:CustomValueComparatorCalled by Javers to compare two Values.- Specified by:
equalsin interfaceCustomValueComparator<T>- Parameters:
a- not null ifCustomValueComparator.handlesNulls()returns falseb- not null ifCustomValueComparator.handlesNulls()returns false
-