Package com.mindee.v1.parsing
Class SummaryHelperV1
- java.lang.Object
-
- com.mindee.parsing.SummaryHelper
-
- com.mindee.v1.parsing.SummaryHelperV1
-
public final class SummaryHelperV1 extends SummaryHelper
Various static methods to help generate the prediction summaries.
-
-
Constructor Summary
Constructors Constructor Description SummaryHelperV1()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends LineItemField>
StringarrayToString(List<T> lineItems, int[] columnSizes)-
Methods inherited from class com.mindee.parsing.SummaryHelper
arrayToString, cleanSummary, formatAmount, formatForDisplay, formatForDisplay, formatString, lineSeparator
-
-
-
-
Method Detail
-
arrayToString
public static <T extends LineItemField> String arrayToString(List<T> lineItems, int[] columnSizes)
-
-