Class StringIgnoreCaseMatchingRule

java.lang.Object
com.evolveum.midpoint.prism.impl.match.StringIgnoreCaseMatchingRule
All Implemented Interfaces:
MatchingRule<String>

public class StringIgnoreCaseMatchingRule extends Object implements MatchingRule<String>
String matching rule that ignores the case.
Author:
Radovan Semancik
  • Constructor Details

    • StringIgnoreCaseMatchingRule

      public StringIgnoreCaseMatchingRule()
  • Method Details