
public class OETLJsonExtractor extends OETLAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected Character |
first |
protected com.orientechnologies.orient.core.serialization.serializer.OJSONReader |
jsonReader |
protected OETLExtractedItem |
next |
readercurrent, totalconfiguration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLJsonExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(Reader iReader) |
protected OETLExtractedItem |
fetchNext() |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
endgetProgress, getTotal, removebegin, configure, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, configure, setProcessorforEachRemainingprotected com.orientechnologies.orient.core.serialization.serializer.OJSONReader jsonReader
protected Character first
protected OETLExtractedItem next
public String getName()
OETLComponentpublic boolean hasNext()
hasNext in interface Iterator<OETLExtractedItem>hasNext in class OETLAbstractSourceExtractorpublic OETLExtractedItem next()
public void extract(Reader iReader)
extract in interface OETLExtractorextract in class OETLAbstractSourceExtractorpublic com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractExtractorpublic String getUnit()
protected OETLExtractedItem fetchNext() throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2009–2018 OrientDB. All rights reserved.