Class N2oCompileTransformerFactory
- java.lang.Object
-
- net.n2oapp.framework.config.factory.BaseMetadataFactory<CompileTransformer>
-
- net.n2oapp.framework.config.metadata.compile.N2oCompileTransformerFactory
-
- All Implemented Interfaces:
MetadataFactory<CompileTransformer>,MetadataEnvironmentAware,CompileTransformerFactory
public class N2oCompileTransformerFactory extends BaseMetadataFactory<CompileTransformer> implements CompileTransformerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oCompileTransformerFactory()N2oCompileTransformerFactory(Map<String,CompileTransformer> beans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <D extends Compiled>
Dtransform(D compiled, CompileContext<?,?> context, CompileProcessor p)-
Methods inherited from class net.n2oapp.framework.config.factory.BaseMetadataFactory
add, enrich, getLocator, produce, produceList, setEnvironment
-
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.factory.MetadataFactory
add
-
-
-
-
Constructor Detail
-
N2oCompileTransformerFactory
public N2oCompileTransformerFactory()
-
N2oCompileTransformerFactory
public N2oCompileTransformerFactory(Map<String,CompileTransformer> beans)
-
-
Method Detail
-
transform
public <D extends Compiled> D transform(D compiled, CompileContext<?,?> context, CompileProcessor p)
- Specified by:
transformin interfaceCompileTransformerFactory
-
-