Uses of Interface
com.aquima.interactions.mapping.IInstanceMatchCondition
Packages that use IInstanceMatchCondition
-
Uses of IInstanceMatchCondition in com.aquima.interactions.mapping
Methods in com.aquima.interactions.mapping that return IInstanceMatchConditionModifier and TypeMethodDescriptionIEntityMappingDefinition.getMatchConditions()
This method returns the optional match condition that determines when instances match and should be mapped. -
Uses of IInstanceMatchCondition in com.aquima.interactions.mapping.impl
Classes in com.aquima.interactions.mapping.impl that implement IInstanceMatchConditionModifier and TypeClassDescriptionclass
Internal instance match condition implementation that uses two expressions and a comparator to determine if two instances match.Methods in com.aquima.interactions.mapping.impl that return IInstanceMatchConditionModifier and TypeMethodDescriptionEntityMappingDefinition.getMatchConditions()
protected IInstanceMatchCondition[]
MatchConditionVisitor.getMatchConditions()
Constructors in com.aquima.interactions.mapping.impl with parameters of type IInstanceMatchConditionModifierConstructorDescriptionprotected
MatchConditionEvaluator
(IInstanceMatchCondition[] conditions, ProfileMappingContext ctx)