public final class PropertyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
getPropertyDescriptor(Object bean,
String propertyName) |
static String |
methodToName(String methodName) |
static void |
setPropertyValue(Object bean,
String propertyName,
Object newValue) |
public static String methodToName(String methodName) throws InvalidNameException
InvalidNameExceptionpublic static void setPropertyValue(Object bean, String propertyName, Object newValue)
public static PropertyDescriptor getPropertyDescriptor(Object bean, String propertyName)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.