Module jonix

Class FieldTabulatorFactory.Plural<P>

java.lang.Object
com.tectonica.jonix.tabulate.FieldTabulatorFactory<P>
com.tectonica.jonix.tabulate.FieldTabulatorFactory.Plural<P>
Type Parameters:
P - the class representing the ONIX Product record
Enclosing class:
FieldTabulatorFactory<P>

public static class FieldTabulatorFactory.Plural<P> extends FieldTabulatorFactory<P>
User-facing factory for creating a FieldTabulator given the field's column names, tabulation function, and the amount of required occurrences. This class is relevant for repeatable fields, i.e. those that may have more than one occurrence per ONIX Product (e.g. Author, Price, etc.) The factory function, tabulator(int), is the only API of this class.