public interface NextVersion<T>
| Modifier and Type | Method and Description |
|---|---|
T |
nextVersion(T current)
返回下一个版本
|
static Object |
version(String nextVersionClass,
Object current)
获取下一个版本
|
static Object version(String nextVersionClass, Object current) throws VersionException
nextVersionClass - 下个版本对象current - 内容VersionException - 异常T nextVersion(T current) throws VersionException
current - 对象VersionExceptionCopyright © 2020. All rights reserved.