Class CaseInsensitiveExactStrategy
- java.lang.Object
-
- de.gematik.prepare.pooling.strategies.MatchStrategy
-
- de.gematik.prepare.pooling.strategies.CaseInsensitiveExactStrategy
-
public class CaseInsensitiveExactStrategy extends MatchStrategy
-
-
Field Summary
-
Fields inherited from class de.gematik.prepare.pooling.strategies.MatchStrategy
MATCHING, NOT_MATCHING, pattern
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveExactStrategy(List<String> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoesMatch(String group)-
Methods inherited from class de.gematik.prepare.pooling.strategies.MatchStrategy
match
-
-
-
-
Method Detail
-
doesMatch
protected boolean doesMatch(String group)
- Specified by:
doesMatchin classMatchStrategy
-
-