| Package | Description |
|---|---|
| org.aoju.bus.core.beans.copier.provider |
Bean值提供者方式封装
|
| org.aoju.bus.core.toolkit |
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanValueProvider
Bean的值提供者
|
class |
MapValueProvider
Map值提供者
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ClassKit.fillBean(T bean,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
填充Bean的核心方法
|
static <T> T |
BeanKit.fillBean(T bean,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
填充Bean的核心方法
|
static <T> T |
BeanKit.toBean(Class<T> beanClass,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
ServletRequest 参数转Bean
|
Copyright © 2022. All rights reserved.