Class N2oMetadataBinderFactory
java.lang.Object
net.n2oapp.framework.config.factory.BaseMetadataFactory<MetadataBinder<?>>
net.n2oapp.framework.config.metadata.compile.N2oMetadataBinderFactory
- All Implemented Interfaces:
MetadataFactory<MetadataBinder<? extends Compiled>>,MetadataEnvironmentAware,MetadataBinderFactory
public class N2oMetadataBinderFactory
extends BaseMetadataFactory<MetadataBinder<?>>
implements MetadataBinderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<D extends Compiled>
Dbind(D compiled, BindProcessor processor) 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
-
N2oMetadataBinderFactory
public N2oMetadataBinderFactory() -
N2oMetadataBinderFactory
-
-
Method Details
-
bind
- Specified by:
bindin interfaceMetadataBinderFactory
-