Class LOBBigDecimalComparator
java.lang.Object
org.cardanofoundation.lob.app.support.javers.LOBBigDecimalComparator
- All Implemented Interfaces:
org.javers.core.diff.custom.CustomValueComparator<BigDecimal>
public class LOBBigDecimalComparator
extends Object
implements org.javers.core.diff.custom.CustomValueComparator<BigDecimal>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(BigDecimal a, BigDecimal b) toString(BigDecimal value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.javers.core.diff.custom.CustomValueComparator
handlesNulls
-
Constructor Details
-
LOBBigDecimalComparator
public LOBBigDecimalComparator()
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceorg.javers.core.diff.custom.CustomValueComparator<BigDecimal>
-
toString
- Specified by:
toStringin interfaceorg.javers.core.diff.custom.CustomValueComparator<BigDecimal>
-