MatchesProperty

public class MatchesProperty extends CustomOperatorProperty<String>

A convenience extension of the org.motechproject.mds.query.CustomOperatorProperty. The custom operator is “matches()” and the underlying type is String. The value passed will be wrapped inside .*.* for matching purposes.

Constructors

MatchesProperty

public MatchesProperty(String name, String value)