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 -
Method Summary
Modifier and TypeMethodDescription<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, setEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.factory.MetadataFactory
add
-
Constructor Details
-
N2oCompileTransformerFactory
public N2oCompileTransformerFactory() -
N2oCompileTransformerFactory
-
-
Method Details
-
transform
public <D extends Compiled> D transform(D compiled, CompileContext<?, ?> context, CompileProcessor p) - Specified by:
transformin interfaceCompileTransformerFactory
-