public class MutableByteConverter extends java.lang.Object implements TypeConverter<MutableByte>
MutableByte
.Modifier and Type | Field and Description |
---|---|
protected TypeConverter<java.lang.Byte> |
typeConverter |
Constructor and Description |
---|
MutableByteConverter(TypeConverterManager typeConverterManager) |
Modifier and Type | Method and Description |
---|---|
MutableByte |
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, wait
convert
protected final TypeConverter<java.lang.Byte> typeConverter
public MutableByteConverter(TypeConverterManager typeConverterManager)
public MutableByte convert(java.lang.Object value)
TypeConverter
Integer
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<MutableByte>
value
- object to convert fromCopyright © 2003-present Jodd Team