Package | Description |
---|---|
com.evolveum.midpoint.model.lens.projector | |
com.evolveum.midpoint.prism.match |
Constructor and Description |
---|
ValueMatcher(MatchingRule<T> matchingRule) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMatchingRule<T>
Default matching rule used as a fall-back if no explicit matching rule is specified.
|
class |
PolyStringNormMatchingRule |
class |
PolyStringOrigMatchingRule |
class |
PolyStringStrictMatchingRule |
class |
StringIgnoreCaseMatchingRule
String matching rule that ignores the case.
|
Modifier and Type | Field and Description |
---|---|
MatchingRule<? extends Object> |
MatchingRuleRegistry.defaultMatchingRule |
Modifier and Type | Field and Description |
---|---|
Map<QName,? extends MatchingRule<?>> |
MatchingRuleRegistry.matchingRules |
Modifier and Type | Method and Description |
---|---|
<T> MatchingRule<T> |
MatchingRuleRegistry.getMatchingRule(QName ruleName,
QName typeQName) |
Modifier and Type | Method and Description |
---|---|
<T> void |
MatchingRuleRegistry.registerMatchingRule(MatchingRule<T> rule) |
Constructor and Description |
---|
MatchingRuleRegistry(Collection<? extends MatchingRule<?>> matchingRules) |
Copyright © 2013 evolveum. All rights reserved.