BeanUtils

open class BeanUtils

bean工具类

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <T> copyListByJson(list: List<T>): List<T>
使用json深拷贝List
Link copied to clipboard
open fun <Value> copyProperty(getter: Supplier<Value>, setter: Consumer<Value>)
拷贝特定字段(浅拷贝)