Package org.kie.pmml.api.utils
Class ConverterTypeUtil
java.lang.Object
org.kie.pmml.api.utils.ConverterTypeUtil
Class meant to provide helper methods to convert a given object to another one of a requested type
-
Method Summary
-
Method Details
-
convert
Convert the givenObjectto expectedClass. It throwsKiePMMLInternalExceptionif conversion has failed- Parameters:
expectedClass-originalObject-- Returns:
-