static bool isMatched(Object? matcher, Object? value) { return Validator.isValidObject(matcher) && matcher.toString() == value.toString(); }