Class PropertyValueMatcher<T>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.PropertyValueMatcher<T>
- All Implemented Interfaces:
- EqualsChecker<PrismPropertyValue<T>>,- HeteroEqualsChecker<PrismPropertyValue<T>,,- PrismPropertyValue<T>> - BiPredicate<PrismPropertyValue<T>,- PrismPropertyValue<T>> 
Helps with the consolidation of attribute and auxiliary object class values.
- Author:
- semancik
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhasRealValue(PrismProperty<T> property, PrismPropertyValue<T> pValue) booleanisRealValueToAdd(PropertyDelta<T> delta, PrismPropertyValue<T> pValue) booleanbooleanbooleantest(PrismPropertyValue<T> v1, PrismPropertyValue<T> v2) toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiPredicateand, negate, or
- 
Method Details- 
match- Throws:
- SchemaException
 
- 
matches- Throws:
- SchemaException
 
- 
hasRealValue
- 
isRealValueToAdd
- 
toString
- 
test- Specified by:
- testin interface- BiPredicate<PrismPropertyValue<T>,- PrismPropertyValue<T>> 
 
 
-