Class LineItemsGenerator
- java.lang.Object
-
- com.mindee.parsing.custom.lineitems.LineItemsGenerator
-
public final class LineItemsGenerator extends Object
WARNING: This feature is experimental! Results may not always work as intended. Don't use unless you know what you're doing ;-)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LineItems
generate(List<String> fieldNames, Map<String,ListField> fields, Anchor anchor)
Generate line items.static LineItems
generate(List<String> fieldNames, Map<String,ListField> fields, List<Anchor> anchors)
Generate line items.
-