@Deprecated public class ReflectiveObjectPersisterFactory extends Object implements ObjectPersisterFactory
ReflectiveObjectPersister. Guarantees not to return
 null from createPersisterFor(com.atlassian.confluence.importexport.xmlimport.model.ImportedObject).| Constructor and Description | 
|---|
ReflectiveObjectPersisterFactory(LabelManager labelManager,
                                ConfluenceUserDao confluenceUserDao,
                                StorageFormatUserRewriter storageFormatUserRewriter)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ReflectiveObjectPersister | 
createPersisterFor(ImportedObject importedObject)
Deprecated.  
Creates a new persister for the given  
ImportedObject. | 
public ReflectiveObjectPersisterFactory(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)
public ReflectiveObjectPersister createPersisterFor(ImportedObject importedObject)
ObjectPersisterFactoryImportedObject.createPersisterFor in interface ObjectPersisterFactoryimportedObject - the object to persist.ObjectPersister, or null if none could be found.Copyright © 2003–2022 Atlassian. All rights reserved.