public static class PropertySetter.PropertySetterOfObject extends PropertySetter<Object>
Abstract builder for Object
values instantiated with the default constructor of a class loaded with its
name.
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString
Constructor and Description |
---|
PropertySetter.PropertySetterOfObject() |
Modifier and Type | Method and Description |
---|---|
protected void |
set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
|
get, getPropertyKey, init, put, setProperty
public PropertySetter.PropertySetterOfObject()
protected void set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
set
in class PropertySetter<Object>
value
- the valueCopyright © 2012-2015. All Rights Reserved.