Interface PositionLineParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional contract for parsing a single position row.
- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Method Summary
-
Method Details
-
parse
org.javatuples.Pair<ImportedPositionEntry, FailedParsedResultEntry> parse(Map<String, Integer> headers, Map<String, Integer> optionalHeaders, List<String> dataTokens, String rawEntry, ZoneId zoneId, int sourceSequence) Parses a single line.- Parameters:
headers- headersoptionalHeaders- optional headersdataTokens- tokensrawEntry- raw entryzoneId- timezonesourceSequence- source sequence- Returns:
- parsed line
-