Uses of Class
com.mindee.parsing.custom.ListField
-
Packages that use ListField Package Description com.mindee.parsing.custom.lineitems com.mindee.product.custom -
-
Uses of ListField in com.mindee.parsing.custom.lineitems
Method parameters in com.mindee.parsing.custom.lineitems with type arguments of type ListField Modifier and Type Method Description static LineItemsLineItemsGenerator. generate(List<String> fieldNames, Map<String,ListField> fields, Anchor anchor)Generate line items.static LineItemsLineItemsGenerator. generate(List<String> fieldNames, Map<String,ListField> fields, List<Anchor> anchors)Generate line items.static PreparedLinesLineGenerator. prepareLines(Map<String,ListField> fields, List<Anchor> anchors) -
Uses of ListField in com.mindee.product.custom
Methods in com.mindee.product.custom that return types with arguments of type ListField Modifier and Type Method Description Map<String,ListField>CustomV1Document. getFields()Fields that are not classifications.
-