public static class ReflectionHelper.ClassTypePair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Class |
c
The class.
|
java.lang.reflect.Type |
t
The type of the class.
|
Constructor and Description |
---|
ReflectionHelper.ClassTypePair(java.lang.Class c) |
ReflectionHelper.ClassTypePair(java.lang.Class c,
java.lang.reflect.Type t) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.