public abstract class BeanUtils extends Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertListToArray(List<?> list,
Class<?> arrayClass)
Convert the supplied List into an array of the specified array type.
|
static Method |
createSetterMethod(String setterName,
Object bean,
Class<?> setterParamType) |
static Object |
getBean(String beanId,
ExecutionContext execContext)
Deprecated.
|
public static Method createSetterMethod(String setterName, Object bean, Class<?> setterParamType)
@Deprecated public static Object getBean(String beanId, ExecutionContext execContext)
beanId - bean idexecContext - The execution context.Copyright © 2015. All rights reserved.