org.jboss.solder.reflection
Class Types

java.lang.Object
  extended by org.jboss.solder.reflection.Types

public class Types
extends Object

Utility class for Types

Author:
Pete Muir

Constructor Summary
Types()
           
 
Method Summary
static Class<?> boxedClass(Class<?> type)
           
static Type boxedType(Type 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 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)


Copyright © 2011 Seam Framework. All Rights Reserved.