Class IntegerArrayIntArrayConverter
- java.lang.Object
-
- com.saperion.common.lang.conversion.array.IntegerArrayIntArrayConverter
-
-
Constructor Summary
Constructors Constructor Description IntegerArrayIntArrayConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
convert(java.lang.Integer[] object)
Converts the specified object and returns the conversion result.
-
-
-
Method Detail
-
convert
public int[] convert(java.lang.Integer[] object)
Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-
-