Class Primitives

java.lang.Object
org.glassfish.pfl.dynamic.codegen.spi.Primitives

public class Primitives extends Object
  • Constructor Details

    • Primitives

      private Primitives()
  • Method Details

    • wrap

      public static Expression wrap(Expression expr)
    • getWrapperTypeForPrimitive

      public static Type getWrapperTypeForPrimitive(Type type)
    • unwrap

      public static Expression unwrap(Expression expr)
    • getPrimitiveTypeForWrapper

      public static Type getPrimitiveTypeForWrapper(Type type)