|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.javabean.BeanUtils
public abstract class BeanUtils
Bean utility methods.
| Constructor Summary | |
|---|---|
BeanUtils()
|
|
| Method Summary | |
|---|---|
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,
org.milyn.container.ExecutionContext execContext)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanUtils()
| Method Detail |
|---|
public static Method createSetterMethod(String setterName,
Object bean,
Class<?> setterParamType)
setterName - The setter method name.setterParamType -
@Deprecated
public static Object getBean(String beanId,
org.milyn.container.ExecutionContext execContext)
execContext - The execution context.
public static Object convertListToArray(List<?> list,
Class<?> arrayClass)
list - The List instance to be converted.arrayClass - The array type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||