public final class BeanExtensions extends Object
| Constructor and Description |
|---|
BeanExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setPropertyQuietly(Object bean,
String name,
Object value)
Set the specified property value, performing type conversions as required to conform to the
type of the destination property quietly.
|
public static void setPropertyQuietly(Object bean, String name, Object value)
Set the specified property value, performing type conversions as required to conform to the type of the destination property quietly.
bean - Bean on which setting is to be performedname - Property name (can be nested/indexed/mapped/combo)value - Value to be setBeanUtils.setProperty(java.lang.Object, java.lang.String, java.lang.Object)Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.