Uses of Interface
com.evolveum.midpoint.util.EqualsChecker
Packages that use EqualsChecker
Package
Description
-
Uses of EqualsChecker in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type EqualsCheckerModifier and TypeMethodDescriptionstatic <T> booleanPrismValueCollectionsUtil.containsValue(Collection<PrismPropertyValue<T>> collection, PrismPropertyValue<T> value, EqualsChecker<PrismPropertyValue<T>> checker) -
Uses of EqualsChecker in com.evolveum.midpoint.prism.equivalence
Methods in com.evolveum.midpoint.prism.equivalence that return EqualsCheckerModifier and TypeMethodDescriptiondefault <V extends PrismValue>
EqualsChecker<V>EquivalenceStrategy.prismValueEqualsChecker() -
Uses of EqualsChecker in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return EqualsCheckerModifier and TypeMethodDescriptionstatic EqualsChecker<ShadowAssociation>ShadowAssociation.semanticEqualsChecker()Returns an equals checker that compares the associations by their meaning.static @NotNull EqualsChecker<ShadowAssociationValue>ShadowAssociationValue.semanticEqualsChecker()Returns an equals checker that compares two association values by their meaning.ShadowReferenceAttribute.semanticEqualsChecker()static @NotNull EqualsChecker<ShadowReferenceAttributeValue>ShadowReferenceAttributeValue.semanticEqualsChecker()Returns an equals checker that compares two reference attribute values, i.e., two shadows that they point to -
Uses of EqualsChecker in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util with parameters of type EqualsCheckerModifier and TypeMethodDescriptionstatic <V> VMiscUtil.find(Collection<V> values, V value, @NotNull EqualsChecker<V> equalsChecker) static <T> booleanMiscUtil.unorderedArrayEquals(T[] a, T[] b, EqualsChecker<T> equalsChecker) Only zero vs non-zero value of comparator is important.