public final class BeanUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Method |
getReadMethod(Class<?> clazz,
String propertyName)
Helper method for getting a read method for a property.
|
static Method |
getWriteMethod(Class<?> clazz,
String propertyName)
Helper method for getting a write method for a property.
|
Copyright © 2017. All rights reserved.