Uses of Interface
com.ibm.di.server.criteria.MatchCustomizer
-
Packages that use MatchCustomizer Package Description com.ibm.di.server.criteria -
-
Uses of MatchCustomizer in com.ibm.di.server.criteria
Classes in com.ibm.di.server.criteria that implement MatchCustomizer Modifier and Type Class Description class
DefaultMatcherCustomizer
Note: This class is for internal usage only.Method parameters in com.ibm.di.server.criteria with type arguments of type MatchCustomizer Modifier and Type Method Description boolean
DefaultSearchCriteriaMatcher. match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)
boolean
SearchCriteriaMatcher. match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)
Matches specified entry against the defined search criteria using the specified customization mechanism.
-