Class Types

java.lang.Object
org.ocpsoft.rewrite.cdi.util.Types

public class Types extends Object
Utility class for Types
Author:
Pete Muir
  • Constructor Details

    • Types

      public Types()
  • Method Details

    • boxedType

      public static Type boxedType(Type type)
      Gets the boxed type of a class
      Parameters:
      type - The type
      Returns:
      The boxed type
    • boxedClass

      public static Class<?> boxedClass(Class<?> type)