Class DefaultMatchingRule<T>
java.lang.Object
com.evolveum.midpoint.prism.impl.match.DefaultMatchingRule<T>
- All Implemented Interfaces:
- MatchingRule<T>
Default matching rule used as a fall-back if no explicit matching rule is specified.
 It is simply using java equals() method to match values.
- Author:
- Radovan Semancik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()QName that identifies the rule.@NotNull Normalizer<T>Returns the normalizer corresponding to this rule.booleanReturns true if the rule can be applied to the specified XSD type.toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.match.MatchingRulematch, matchRegex, normalize
- 
Constructor Details- 
DefaultMatchingRulepublic DefaultMatchingRule()
 
- 
- 
Method Details- 
getNameDescription copied from interface:MatchingRuleQName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.- Specified by:
- getNamein interface- MatchingRule<T>
 
- 
supportsDescription copied from interface:MatchingRuleReturns true if the rule can be applied to the specified XSD type.- Specified by:
- supportsin interface- MatchingRule<T>
 
- 
getNormalizerDescription copied from interface:MatchingRuleReturns the normalizer corresponding to this rule.- Specified by:
- getNormalizerin interface- MatchingRule<T>
 
- 
toString
 
-