| Package | Description |
|---|---|
| org.aoju.bus.core.beans.copier.provider | |
| org.aoju.bus.core.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanValueProvider
Bean的值提供者
|
class |
MapValueProvider
Map值提供者
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ClassUtils.fillBean(T bean,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
填充Bean的核心方法
|
static <T> T |
BeanUtils.fillBean(T bean,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
填充Bean的核心方法
|
static <T> T |
BeanUtils.toBean(Class<T> beanClass,
ValueProvider<String> valueProvider,
CopyOptions copyOptions)
ServletRequest 参数转Bean
|
Copyright © 2019. All rights reserved.