ERROR: the resulttype of an implicit conversion must be more specific than Object
scala implicit conversion is not work while pass parameter as HashMap to use java thirdparty library.
Looks scala implicit not support java generic type.
I have to explicitly call type convertion function to avoid this issue, such like int2Integer(scala.Int)