public class BeanWrapper extends Object
| 构造器和说明 |
|---|
BeanWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BeanWrapper |
create() |
Serializable |
mapping(Serializable serializable) |
Object[] |
mappingAry(List dataSet) |
Collection |
mappingSet(Collection dataSet) |
BeanWrapper |
names(String... names) |
BeanWrapper |
values(Object... paramsValue) |
Collection |
wrap(Type type) |
public static BeanWrapper create()
public BeanWrapper names(String... names)
names - public Object[] mappingAry(List dataSet) throws RuntimeException
dataSet - RuntimeExceptionpublic BeanWrapper values(Object... paramsValue)
paramsValue - public Collection mappingSet(Collection dataSet) throws RuntimeException
dataSet - RuntimeExceptionpublic Collection wrap(Type type) throws RuntimeException
type - RuntimeExceptionpublic Serializable mapping(Serializable serializable) throws RuntimeException
serializable - RuntimeExceptionCopyright © 2023. All rights reserved.