Class SwitchCellCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.cell.SwitchCellCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<SwitchCell,N2oSwitchCell,CompileContext<?,?>>,BaseSourceCompiler<SwitchCell,N2oSwitchCell,CompileContext<?,?>>
@Component public class SwitchCellCompiler extends java.lang.Object implements BaseSourceCompiler<SwitchCell,N2oSwitchCell,CompileContext<?,?>>
Компиляция переключателя ячеек
-
-
Constructor Summary
Constructors Constructor Description SwitchCellCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchCellcompile(N2oSwitchCell source, CompileContext<?,?> context, CompileProcessor p)java.lang.Class<? extends Source>getSourceClass()
-
-
-
Method Detail
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
- Specified by:
getSourceClassin interfaceSourceClassAware
-
compile
public SwitchCell compile(N2oSwitchCell source, CompileContext<?,?> context, CompileProcessor p)
- Specified by:
compilein interfaceSourceCompiler<SwitchCell,N2oSwitchCell,CompileContext<?,?>>
-
-