Interface ApiFieldCustomValueMapperBulkSupportInterface
public interface ApiFieldCustomValueMapperBulkSupportInterface
optional interface that can be added to an ApiFieldCustomValueMapper to
signal that the customizer knows how to work in bulk.
e.g., given a list of records, do a bulk query for data; memoize that data;
then use it in multiple calls to produceApiValue, without, e.g., going back to
a backend to fetch data.
-
Method Summary
-
Method Details
-
prepareToProduceApiValues
-