Class AbstractCustomWrapper

java.lang.Object
com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
All Implemented Interfaces:
CustomWrapper

public abstract class AbstractCustomWrapper extends Object implements CustomWrapper
Default implementation of CustomWrapper. Subclasses need only to implement the methods CustomWrapper.getSchemaParameters(Map) and CustomWrapper.run(CustomWrapperConditionHolder, List, CustomWrapperResult, Map), as default implementations for the rest of the required methods are provided.

Nevertheless, the user is encouraged to override any of the methods provided by this class if necessary.