lombok
Class TypeArguments
java.lang.Object
lombok.TypeArguments
public final class TypeArguments
- extends Object
|
Method Summary |
static Class<?> |
getClassFor(Class<?> clazz,
int typeArgumentIndex)
Determines the Class of a type argument of a given class by using the super type token pattern. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeArguments
public TypeArguments()
getClassFor
public static Class<?> getClassFor(Class<?> clazz,
int typeArgumentIndex)
- Determines the
Class of a type argument of a given class by using the super type token pattern.
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.