com.sun.jersey.core.reflection
Class ReflectionHelper.ClassTypePair

java.lang.Object
  extended by com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.ClassTypePair
extends Object

A tuple consisting of a class and type of the class.


Field Summary
 Class c
          The class.
 Type t
          The type of the class.
 
Constructor Summary
ReflectionHelper.ClassTypePair(Class c)
           
ReflectionHelper.ClassTypePair(Class c, Type t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public final Class c
The class.


t

public final Type t
The type of the class.

Constructor Detail

ReflectionHelper.ClassTypePair

public ReflectionHelper.ClassTypePair(Class c)

ReflectionHelper.ClassTypePair

public ReflectionHelper.ClassTypePair(Class c,
                                      Type t)


Copyright © 2011 Oracle Corporation. All Rights Reserved.