Interface PDTPostMatcher<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>

Type Parameters:
CRITERIA - the generic type for price/discount/tax criteria.
MODEL - the generic type for price/discount/tax model.
All Known Implementing Classes:
DefaultPriceInfoPostMatcher, DefaultPriceValuePostMatcher, NoOpPDTPostMatcher

public interface PDTPostMatcher<CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>
The Interface for adding custom logic after invoking the PDTModelMatcher in the GenericPDTFindValueInfoStrategy.
  • Method Details