Class PersisterFactoryByMap
- java.lang.Object
-
- net.n2oapp.framework.config.selective.persister.PersisterFactoryByMap
-
- All Implemented Interfaces:
IOProcessorAware,ElementPersisterFactory<NamespaceUriAware,NamespacePersister<NamespaceUriAware>>,NamespacePersisterFactory<NamespaceUriAware,NamespacePersister<NamespaceUriAware>>
public class PersisterFactoryByMap extends Object implements NamespacePersisterFactory<NamespaceUriAware,NamespacePersister<NamespaceUriAware>>, IOProcessorAware
Фабрика, генерирующая сервис для записи объектов в DOM элементы в тестовой среде
-
-
Constructor Summary
Constructors Constructor Description PersisterFactoryByMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(NamespacePersister<NamespaceUriAware> persister)NamespacePersister<NamespaceUriAware>produce(org.jdom.Namespace namespace, Class clazz)voidregister(NamespaceIO<? extends NamespaceUriAware> io)Deprecated.voidregister(NamespacePersister<? extends NamespaceUriAware> persister)Deprecated.voidsetIOProcessor(IOProcessor processor)-
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.persister.NamespacePersisterFactory
produce
-
-
-
-
Method Detail
-
register
@Deprecated public void register(NamespacePersister<? extends NamespaceUriAware> persister)
Deprecated.
-
register
@Deprecated public void register(NamespaceIO<? extends NamespaceUriAware> io)
Deprecated.
-
produce
public NamespacePersister<NamespaceUriAware> produce(org.jdom.Namespace namespace, Class clazz)
- Specified by:
producein interfaceNamespacePersisterFactory<NamespaceUriAware,NamespacePersister<NamespaceUriAware>>
-
add
public void add(NamespacePersister<NamespaceUriAware> persister)
- Specified by:
addin interfaceNamespacePersisterFactory<NamespaceUriAware,NamespacePersister<NamespaceUriAware>>
-
setIOProcessor
public void setIOProcessor(IOProcessor processor)
- Specified by:
setIOProcessorin interfaceIOProcessorAware
-
-