Class ReflectiveObjectPersisterFactory
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersisterFactory
-
- All Implemented Interfaces:
ObjectPersisterFactory
@Deprecated public class ReflectiveObjectPersisterFactory extends Object implements ObjectPersisterFactory
Deprecated.since 7.17.0Creates an instance ofReflectiveObjectPersister
. Guarantees not to return null fromcreatePersisterFor(com.atlassian.confluence.importexport.xmlimport.model.ImportedObject)
.
-
-
Constructor Summary
Constructors Constructor Description ReflectiveObjectPersisterFactory(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReflectiveObjectPersister
createPersisterFor(ImportedObject importedObject)
Deprecated.Creates a new persister for the givenImportedObject
.
-
-
-
Constructor Detail
-
ReflectiveObjectPersisterFactory
public ReflectiveObjectPersisterFactory(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)
Deprecated.
-
-
Method Detail
-
createPersisterFor
public ReflectiveObjectPersister createPersisterFor(ImportedObject importedObject)
Deprecated.Description copied from interface:ObjectPersisterFactory
Creates a new persister for the givenImportedObject
.- Specified by:
createPersisterFor
in interfaceObjectPersisterFactory
- Parameters:
importedObject
- the object to persist.- Returns:
- the matching
ObjectPersister
, or null if none could be found.
-
-