org.jboss.webbeans.util
Class Types

java.lang.Object
  extended by org.jboss.webbeans.util.Types

public class Types
extends java.lang.Object

Utility class for Types

Author:
Pete Muir

Constructor Summary
Types()
           
 
Method Summary
static java.lang.Class<?> boxedType(java.lang.Class<?> type)
          Gets the boxed type of a class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types

public Types()
Method Detail

boxedType

public static java.lang.Class<?> boxedType(java.lang.Class<?> type)
Gets the boxed type of a class

Parameters:
type - The type
Returns:
The boxed type


Copyright © 2011. All Rights Reserved.