Class NumberByteConverter<NumberType extends java.lang.Number>
- java.lang.Object
- 
- com.saperion.common.lang.conversion.primitive.NumberByteConverter<NumberType>
 
- 
- 
Constructor SummaryConstructors Constructor Description NumberByteConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Byteconvert(NumberType number)Converts the specified object and returns the conversion result.
 
- 
- 
- 
Method Detail- 
convertpublic java.lang.Byte convert(NumberType number) Description copied from interface:ConverterConverts the specified object and returns the conversion result. Implementations have to acceptnull-values without throwing exceptions.- Specified by:
- convertin interface- Converter<NumberType extends java.lang.Number,java.lang.Byte>
- Parameters:
- number- object to convert
- Returns:
- the converted object
 
 
- 
 
-