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