Class AbstractFieldSetCompiler<D extends FieldSet,S extends N2oFieldSet>
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.fieldset.AbstractFieldSetCompiler<D,S>
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,S,CompileContext<?,?>>,BaseSourceCompiler<D,S,CompileContext<?,?>>
- Direct Known Subclasses:
LineFieldSetCompiler,SetFieldSetCompiler
public abstract class AbstractFieldSetCompiler<D extends FieldSet,S extends N2oFieldSet> extends Object implements BaseSourceCompiler<D,S,CompileContext<?,?>>
Абстрактная реализация компиляции филдсета
-
-
Constructor Summary
Constructors Constructor Description AbstractFieldSetCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompileFieldSet(D compiled, S source, CompileContext<?,?> context, CompileProcessor p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
-
-
-
Method Detail
-
compileFieldSet
protected void compileFieldSet(D compiled, S source, CompileContext<?,?> context, CompileProcessor p)
-
-