Class OETLJSONTransformer
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.OETLAbstractPipelineComponent
com.orientechnologies.orient.etl.transformer.OETLAbstractTransformer
com.orientechnologies.orient.etl.transformer.OETLJSONTransformer
- All Implemented Interfaces:
OETLComponent,OETLPipelineComponent,OETLTransformer
-
Field Summary
Fields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteTransform(ODatabaseDocument db, Object input) getName()Return the symbolic name of the componentMethods inherited from class com.orientechnologies.orient.etl.transformer.OETLAbstractTransformer
transformMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractPipelineComponent
setContextMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getConfiguration, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
begin, configure, end, getConfiguration, getContext, getProcessor, setProcessorMethods inherited from interface com.orientechnologies.orient.etl.OETLPipelineComponent
setContext
-
Constructor Details
-
OETLJSONTransformer
public OETLJSONTransformer()
-
-
Method Details
-
getName
Description copied from interface:OETLComponentReturn the symbolic name of the component- Returns:
- the name of the component
-
executeTransform
- Specified by:
executeTransformin classOETLAbstractTransformer
-