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 LineItems
LineItemsGenerator. generate(List<String> fieldNames, Map<String,ListField> fields, Anchor anchor)
Generate line items.static LineItems
LineItemsGenerator. generate(List<String> fieldNames, Map<String,ListField> fields, List<Anchor> anchors)
Generate line items.static PreparedLines
LineGenerator. 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.
-