Module jonix

Class FieldTabulatorFactory.Singular<P>

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

public static class FieldTabulatorFactory.Singular<P> extends FieldTabulatorFactory<P>
User-facing factory for creating a FieldTabulator given the field's column names and tabulation function. This class is relevant for non-repeatable fields, i.e. those that have only one occurrence per ONIX Product (e.g. ISBN, PublicationDate, etc.) The factory function, tabulator(), is the only API of this class.