public static class PropertySetter.PropertySetterOfInteger extends PropertySetter<Integer>
Abstract builder for Integer
values.
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString
Constructor and Description |
---|
PropertySetter.PropertySetterOfInteger() |
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.PropertySetterOfInteger()
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<Integer>
value
- the valueCopyright © 2012-2015. All Rights Reserved.