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