Class ReflectUtils.GenericRef
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.util.ReflectUtils.GenericRef
-
- Enclosing class:
- ReflectUtils
private static class ReflectUtils.GenericRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>baseClass(package private) java.lang.Class<?>genericClassprivate intgenericIndexjava.lang.reflect.TypegenericTypeprivate java.lang.Class<?>ifaceClass
-
Constructor Summary
Constructors Constructor Description GenericRef(java.lang.Class<?> baseClass, java.lang.Class<?> ifaceClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanneedsUnwrap()voidsetGenericFromType(java.lang.reflect.Type type, int index)java.lang.StringtoString()
-