Uses of Interface
net.n2oapp.framework.api.metadata.compile.CompileProcessor
-
Packages that use CompileProcessor Package Description net.n2oapp.framework.api.metadata.compile net.n2oapp.framework.api.metadata.pipeline -
-
Uses of CompileProcessor in net.n2oapp.framework.api.metadata.compile
Methods in net.n2oapp.framework.api.metadata.compile with parameters of type CompileProcessor Modifier and Type Method Description DSourceCompiler. compile(S source, C context, CompileProcessor p)Собрать объект<D extends Compiled,S,C extends CompileContext<?,?>>
DSourceCompilerFactory. compile(S source, C context, CompileProcessor p)Собрать объектjava.util.List<ToolbarItem>ButtonGenerator. generate(N2oToolbar toolbar, CompileContext context, CompileProcessor p)java.util.List<ToolbarItem>ButtonGeneratorFactory. generate(java.lang.String code, N2oToolbar toolbar, CompileContext context, CompileProcessor p)DCompileTransformer. transform(D compiled, C context, CompileProcessor p)Трансформировать собранные метаданные<D extends Compiled>
DCompileTransformerFactory. transform(D compiled, CompileContext<?,?> context, CompileProcessor p)Трансформировать собранные метаданные -
Uses of CompileProcessor in net.n2oapp.framework.api.metadata.pipeline
Methods in net.n2oapp.framework.api.metadata.pipeline with parameters of type CompileProcessor Modifier and Type Method Description OPipelineOperation. execute(CompileContext<?,?> context, DataSet data, java.util.function.Supplier<I> supplier, CompileProcessor compileProcessor, BindProcessor bindProcessor, ValidateProcessor validateProcessor)Выполнить операцию над объектом в канале<D extends Compiled,S>
DCompileTerminalPipeline. get(S input, CompileContext<?,?> ctx, CompileProcessor p)<D extends Compiled>
DReadCompileTerminalPipeline. get(CompileContext<D,?> ctx, CompileProcessor p)
-