Class NumberIntegerConverter<NumberType extends java.lang.Number>
- java.lang.Object
- 
- com.saperion.common.lang.conversion.primitive.NumberIntegerConverter<NumberType>
 
- 
- 
Constructor SummaryConstructors Constructor Description NumberIntegerConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integerconvert(NumberType number)Converts the specified object and returns the conversion result.
 
- 
- 
- 
Method Detail- 
convertpublic java.lang.Integer 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.Integer>
- Parameters:
- number- object to convert
- Returns:
- the converted object
 
 
- 
 
-