public static class PropertySetter.PropertySetterOfString extends PropertySetter<String>
Abstract builder for String
values.
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString
Constructor and Description |
---|
PropertySetter.PropertySetterOfString()
Builds a new instance.
|
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.PropertySetterOfString()
Builds a new instance. Should be initialized with PropertySetter.init(ObjectBuilder, String, Object)
.
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<String>
value
- the valueCopyright © 2012-2015. All Rights Reserved.