public static interface PropertyManagement.PropertyConverter<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
Class<T> |
baseClass() |
T |
convert(Serializable ob) |
Serializable |
convert(T ob) |
Serializable convert(T ob) throws Exception
Exception
T convert(Serializable ob) throws Exception
Exception
Copyright © 2013–2020. All rights reserved.