Complete Step 2: Register the Comparator in the Comparators List.
Create a Java class named the same name as the Java class that defines the comparator with “ParamsValidator” appended.
For example, if the comparator is defined by a class named ExactComparator, the parameter validation class would be ExactComparatorParamsValidator.
In this class, implement com.sun.mdm.matcher.comparators.validator.ParametersValidator.
The method contained in this class is described below.
Continue to Step 4: Define Data Source Handling (Optional).