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

    Modifier and Type
    Method
    Description
    default boolean
    equals(T a, T b)
    Called by Javers to compare two Values.

    Methods inherited from interface org.javers.core.diff.custom.CustomValueComparator

    handlesNulls, toString