JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
N
R
S
T
W
C
CsvConfig
- Class in
io.atlasmap.csv.core
CsvConfig()
- Constructor for class io.atlasmap.csv.core.
CsvConfig
CsvConfig(String)
- Constructor for class io.atlasmap.csv.core.
CsvConfig
CsvFieldReader
- Class in
io.atlasmap.csv.core
It accepts InputStream as a document in order to process big files efficiently.
CsvFieldReader(CsvConfig)
- Constructor for class io.atlasmap.csv.core.
CsvFieldReader
CsvFieldWriter
- Class in
io.atlasmap.csv.core
CsvFieldWriter(CsvConfig)
- Constructor for class io.atlasmap.csv.core.
CsvFieldWriter
G
getAllowDuplicateHeaderNames()
- Method in class io.atlasmap.csv.core.
CsvConfig
getAllowMissingColumnNames()
- Method in class io.atlasmap.csv.core.
CsvConfig
getCommentMarker()
- Method in class io.atlasmap.csv.core.
CsvConfig
getDelimiter()
- Method in class io.atlasmap.csv.core.
CsvConfig
getDocument()
- Method in class io.atlasmap.csv.core.
CsvFieldWriter
getEscape()
- Method in class io.atlasmap.csv.core.
CsvConfig
getFormat()
- Method in class io.atlasmap.csv.core.
CsvConfig
getHeaders()
- Method in class io.atlasmap.csv.core.
CsvConfig
getIgnoreEmptyLines()
- Method in class io.atlasmap.csv.core.
CsvConfig
getIgnoreHeaderCase()
- Method in class io.atlasmap.csv.core.
CsvConfig
getIgnoreSurroundingSpaces()
- Method in class io.atlasmap.csv.core.
CsvConfig
getNullString()
- Method in class io.atlasmap.csv.core.
CsvConfig
getParsedHeaders()
- Method in class io.atlasmap.csv.core.
CsvConfig
getQuote()
- Method in class io.atlasmap.csv.core.
CsvConfig
I
io.atlasmap.csv.core
- package io.atlasmap.csv.core
isFirstRecordAsHeader()
- Method in class io.atlasmap.csv.core.
CsvConfig
N
newConfig(Map<String, String>)
- Static method in class io.atlasmap.csv.core.
CsvConfig
R
read(AtlasInternalSession)
- Method in class io.atlasmap.csv.core.
CsvFieldReader
readSchema()
- Method in class io.atlasmap.csv.core.
CsvFieldReader
Reads only the first row of the document.
S
setAllowDuplicateHeaderNames(Boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setAllowMissingColumnNames(Boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setCommentMarker(Character)
- Method in class io.atlasmap.csv.core.
CsvConfig
setDelimiter(Character)
- Method in class io.atlasmap.csv.core.
CsvConfig
setDocument(InputStream)
- Method in class io.atlasmap.csv.core.
CsvFieldReader
setEscape(Character)
- Method in class io.atlasmap.csv.core.
CsvConfig
setFirstRecordAsHeader(boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setHeaders(String)
- Method in class io.atlasmap.csv.core.
CsvConfig
setIgnoreEmptyLines(Boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setIgnoreHeaderCase(Boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setIgnoreSurroundingSpaces(Boolean)
- Method in class io.atlasmap.csv.core.
CsvConfig
setNullString(String)
- Method in class io.atlasmap.csv.core.
CsvConfig
setQuote(Character)
- Method in class io.atlasmap.csv.core.
CsvConfig
T
toCsv()
- Method in class io.atlasmap.csv.core.
CsvFieldWriter
W
write(AtlasInternalSession)
- Method in class io.atlasmap.csv.core.
CsvFieldWriter
Write is not performed until after the whole target document is ready and toCsv is called.
C
G
I
N
R
S
T
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020
JBoss by Red Hat
. All rights reserved.