T - Metadata Typepublic interface VersionMigrator<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
downgradeFrom(T input)
Downgrades metadata of type T from next version to this version.
|
Integer |
getManagedVersion()
Version of Metadata that this class will handle.
|
T |
upgradeFrom(T input)
Upgrades metadata of type T from previous version to this version.
|
Integer getManagedVersion()
T upgradeFrom(T input)
input - Metadata as of previous version.Copyright © 2024 The Apache Software Foundation. All rights reserved.