com.sun.jersey.core.reflection
Class ReflectionHelper.ClassTypePair
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
c
public final Class c
- The class.
t
public final Type t
- The type of the class.
ReflectionHelper.ClassTypePair
public ReflectionHelper.ClassTypePair(Class c)
ReflectionHelper.ClassTypePair
public ReflectionHelper.ClassTypePair(Class c,
Type t)
Copyright © 2013 Oracle Corporation. All Rights Reserved.