Class PrimitiveBoxedUtils.PrimitiveBoxed

java.lang.Object
org.kie.pmml.api.utils.PrimitiveBoxedUtils.PrimitiveBoxed
Enclosing class:
PrimitiveBoxedUtils

public static class PrimitiveBoxedUtils.PrimitiveBoxed extends Object
  • Constructor Details

    • PrimitiveBoxed

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

    • 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: