public class OETLJsonExtractor extends OETLAbstractSourceExtractor
Modifier and Type | Field and Description |
---|---|
protected Character |
first |
protected OJSONReader |
jsonReader |
protected OETLExtractedItem |
next |
reader
current, total
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLJsonExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
extract(Reader iReader) |
protected OETLExtractedItem |
fetchNext() |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
end
getProgress, getTotal, remove
begin, configure, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
begin, configure, setProcessor
forEachRemaining
protected OJSONReader jsonReader
protected Character first
protected OETLExtractedItem next
public String getName()
OETLComponent
public boolean hasNext()
hasNext
in interface Iterator<OETLExtractedItem>
hasNext
in class OETLAbstractSourceExtractor
public OETLExtractedItem next()
public void extract(Reader iReader)
extract
in interface OETLExtractor
extract
in class OETLAbstractSourceExtractor
public ODocument getConfiguration()
getConfiguration
in interface OETLComponent
getConfiguration
in class OETLAbstractExtractor
public String getUnit()
protected OETLExtractedItem fetchNext() throws IOException, ParseException
IOException
ParseException
Copyright © 2009–2020 OrientDB. All rights reserved.