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