public static class CsvParser.MapWithDSL<T> extends Object
| Constructor and Description |
|---|
MapWithDSL(CsvParser.DSL dsl,
CsvMapper<T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
<H extends RowHandler<T>> |
forEach(Reader reader,
H rowHandler) |
protected CsvParser.DSL |
getDsl() |
protected CsvMapper<T> |
getMapper() |
Iterator<T> |
iterate(Reader reader)
Deprecated.
|
Iterator<T> |
iterator(Reader reader) |
Stream<T> |
stream(Reader reader) |
public MapWithDSL(CsvParser.DSL dsl, CsvMapper<T> mapper)
protected final CsvParser.DSL getDsl()
@Deprecated public final Iterator<T> iterate(Reader reader) throws IOException
IOExceptionpublic final Iterator<T> iterator(Reader reader) throws IOException
IOExceptionpublic final <H extends RowHandler<T>> H forEach(Reader reader, H rowHandler) throws IOException
IOExceptionpublic final Stream<T> stream(Reader reader) throws IOException
IOExceptionCopyright © 2015. All rights reserved.