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)
Create the bean setter method instance for this visitor.
|
static Object |
getBean(String beanId,
ExecutionContext execContext)
Deprecated.
|
public static Method createSetterMethod(String setterName, Object bean, Class<?> setterParamType)
setterName
- The setter method name.setterParamType
- @Deprecated public static Object getBean(String beanId, ExecutionContext execContext)
execContext
- The execution context.Copyright © 2020. All rights reserved.