Class EqualsDirtyPredicate

java.lang.Object
org.springframework.session.data.gemfire.support.EqualsDirtyPredicate
All Implemented Interfaces:
IsDirtyPredicate

public class EqualsDirtyPredicate extends Object implements IsDirtyPredicate
EqualsDirtyPredicate is an IsDirtyPredicate strategy interface implementation that determines whether the new value is dirty by comparing the new value with the old value using the Object.equals(Object) method.
Since:
2.1.2
See Also: