Class PrimitiveBoxedUtils.PrimitiveBoxed

    • Constructor Detail

      • PrimitiveBoxed

        public PrimitiveBoxed​(Class<?> primitive,
                              Class<?> boxed)
    • Method Detail

      • getPrimitive

        public Class<?> getPrimitive()
      • getBoxed

        public Class<?> getBoxed()
      • isSameWithBoxing

        public boolean isSameWithBoxing​(Class<?> c)
        Returns true if the given Class<?> is the primitive or the boxed one of the current KiePMMLPrimitiveBoxed
        Parameters:
        c -
        Returns: