Class InheritedDatasourceCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler<S,D>
net.n2oapp.framework.config.metadata.compile.datasource.BaseDatasourceCompiler<N2oInheritedDatasource,InheritedDatasource>
net.n2oapp.framework.config.metadata.compile.datasource.InheritedDatasourceCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<InheritedDatasource,,N2oInheritedDatasource, CompileContext<?, ?>> BaseSourceCompiler<InheritedDatasource,N2oInheritedDatasource, CompileContext<?, ?>>
@Component
public class InheritedDatasourceCompiler
extends BaseDatasourceCompiler<N2oInheritedDatasource,InheritedDatasource>
Компиляция источника данных, получающего данные из другого источника данных
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oInheritedDatasource source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.datasource.BaseDatasourceCompiler
compileDatasource, initDependencies, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler
initDatasource
-
Constructor Details
-
InheritedDatasourceCompiler
public InheritedDatasourceCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public InheritedDatasource compile(N2oInheritedDatasource source, CompileContext<?, ?> context, CompileProcessor p)
-