org.jboss.resteasy.util
Class Types.TypeInfo

java.lang.Object
  extended by org.jboss.resteasy.util.Types.TypeInfo
Enclosing class:
Types

public static class Types.TypeInfo
extends java.lang.Object


Constructor Summary
Types.TypeInfo(java.lang.Class<?> type, java.lang.reflect.Type genericType)
           
 
Method Summary
 java.lang.reflect.Type getGenericType()
           
 java.lang.Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types.TypeInfo

public Types.TypeInfo(java.lang.Class<?> type,
                      java.lang.reflect.Type genericType)
Method Detail

getType

public java.lang.Class<?> getType()

getGenericType

public java.lang.reflect.Type getGenericType()


Copyright © 2009. All Rights Reserved.