public class MutableShortConverter extends java.lang.Object implements TypeConverter<MutableShort>
MutableShort.| Modifier and Type | Field and Description |
|---|---|
protected TypeConverter<java.lang.Short> |
typeConverter |
| Constructor and Description |
|---|
MutableShortConverter(TypeConverterManager typeConverterManager) |
| Modifier and Type | Method and Description |
|---|---|
MutableShort |
convert(java.lang.Object value)
Converts object received as parameter into object of another class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertprotected final TypeConverter<java.lang.Short> typeConverter
public MutableShortConverter(TypeConverterManager typeConverterManager)
public MutableShort convert(java.lang.Object value)
TypeConverterInteger converter tries to convert given objects
into target Integer object. Converters should try all reasonable
ways of conversion into target object, depending on target type.convert in interface TypeConverter<MutableShort>value - object to convert fromCopyright © 2003-present Jodd Team