public interface BeanConvertible
Modifier and Type | Method and Description |
---|---|
<T> T |
convert(Class<T> clazz)
sourceBean -> targetBean
|
default <T> T |
copyProperties(Class<T> clazz)
copy bean
|
<T> T convert(Class<T> clazz)
T
- Tclazz
- targetBean classdefault <T> T copyProperties(Class<T> clazz)
T
- Tclazz
- targetBeanCopyright © 2024. All rights reserved.