@Deprecated public interface ObjectPersisterFactory
ObjectPersister for a given ImportedObject. This allows the
backup importer to substitute custom persisters for particular object types where the default reflective
persister can not handle the object.| Modifier and Type | Method and Description |
|---|---|
ObjectPersister |
createPersisterFor(ImportedObject importedObject)
Deprecated.
Creates a new persister for the given
ImportedObject. |
ObjectPersister createPersisterFor(ImportedObject importedObject)
ImportedObject.importedObject - the object to persist.ObjectPersister, or null if none could be found.Copyright © 2003–2022 Atlassian. All rights reserved.