Class BaseDatasourceCompiler<S extends N2oDatasource,D extends AbstractDatasource>
java.lang.Object
net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler<S,D>
net.n2oapp.framework.config.metadata.compile.datasource.BaseDatasourceCompiler<S,D>
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,,S, CompileContext<?, ?>> BaseSourceCompiler<D,S, CompileContext<?, ?>>
- Direct Known Subclasses:
BrowserStorageDatasourceCompiler,CachedDatasourceCompiler,InheritedDatasourceCompiler,StandardDatasourceCompiler
public abstract class BaseDatasourceCompiler<S extends N2oDatasource,D extends AbstractDatasource>
extends AbstractDatasourceCompiler<S,D>
Базовая компиляция источника данных
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompileDatasource(S source, D compiled, CompileProcessor p) protected List<Dependency>initDependencies(N2oDatasource source, CompileProcessor p) protected Map<String,List<Validation>> initValidations(S source, CompileProcessor p, ReduxModel model) Methods inherited from class net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler
initDatasourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClassMethods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
Constructor Details
-
BaseDatasourceCompiler
public BaseDatasourceCompiler()
-
-
Method Details
-
compileDatasource
-
initValidations
protected Map<String,List<Validation>> initValidations(S source, CompileProcessor p, ReduxModel model) -
initDependencies
-