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 Object


Constructor Summary
Types.TypeInfo(Class<?> type, Type genericType)
           
 
Method Summary
 Type getGenericType()
           
 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(Class<?> type,
                      Type genericType)
Method Detail

getType

public Class<?> getType()

getGenericType

public Type getGenericType()


Copyright © 2012. All Rights Reserved.