Class OAbstractCollectionConverter<T>
java.lang.Object
com.orientechnologies.orient.core.db.tool.importer.OAbstractCollectionConverter<T>
- All Implemented Interfaces:
OValuesConverter<T>
- Direct Known Subclasses:
OListConverter,OMapConverter,ORidBagConverter,OSetConverter
Created by tglman on 28/07/17.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOAbstractCollectionConverter(OConverterData converterData) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanconvertSingleValue(Object item, OAbstractCollectionConverter.ResultCallback result, boolean updated) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.db.tool.importer.OValuesConverter
convert
-
Constructor Details
-
OAbstractCollectionConverter
-
-
Method Details
-
convertSingleValue
protected boolean convertSingleValue(Object item, OAbstractCollectionConverter.ResultCallback result, boolean updated)
-