Class MatchingRuleRegistryImpl
java.lang.Object
com.evolveum.midpoint.prism.impl.match.MatchingRuleRegistryImpl
- All Implemented Interfaces:
MatchingRuleRegistry
- Author:
- semancik
-
Method Summary
Modifier and TypeMethodDescription<T> @NotNull MatchingRule<T>
getMatchingRule
(QName ruleName, QName typeQName)
-
Method Details
-
getMatchingRule
@NotNull public <T> @NotNull MatchingRule<T> getMatchingRule(QName ruleName, QName typeQName) throws SchemaException - Specified by:
getMatchingRule
in interfaceMatchingRuleRegistry
- Throws:
SchemaException
-