Uses of Interface
com.ibm.di.server.criteria.MatchCustomizer

Packages that use MatchCustomizer
com.ibm.di.server.criteria   
 

Uses of MatchCustomizer in com.ibm.di.server.criteria
 

Classes in com.ibm.di.server.criteria that implement MatchCustomizer
 class DefaultMatcherCustomizer
          

Note: This class is for internal usage only.
 

Method parameters in com.ibm.di.server.criteria with type arguments of type MatchCustomizer
 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.
 boolean DefaultSearchCriteriaMatcher.match(Entry entry, SearchCriteria sc, java.util.Map<java.lang.String,MatchCustomizer> customize)