EqualsCaseInsensitiveProperty

public class EqualsCaseInsensitiveProperty extends CustomOperatorProperty<String>

A convenience extension of the CustomOperatorProperty. The custom operator is “equalsIgnoreCase()”, the underlying type is String.

Constructors

EqualsCaseInsensitiveProperty

public EqualsCaseInsensitiveProperty(String name, String value, String type, String operator)