MatchesCaseInsensitiveProperty

public class MatchesCaseInsensitiveProperty extends CustomOperatorProperty<String>

A convenience extension of the CustomOperatorProperty. The custom operator is “matches()” with an added case insensitivity flag added, the underlying type is String. The value passed will be wrapped inside (?i).*.* for matching purposes.

Constructors

MatchesCaseInsensitiveProperty

public MatchesCaseInsensitiveProperty(String name, String value)

Methods

shouldIgnoreThisProperty

protected boolean shouldIgnoreThisProperty()