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

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

public static final class ReflectionHelper.TypeClassPair
extends Object


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

Field Detail

t

public final Type t

c

public final Class c
Constructor Detail

ReflectionHelper.TypeClassPair

public ReflectionHelper.TypeClassPair(Type t,
                                      Class c)


Copyright © 2011 Oracle Corporation. All Rights Reserved.