lombok-pg -

lombok
Class TypeArguments

java.lang.Object
  extended by lombok.TypeArguments

public final class TypeArguments
extends Object


Constructor Summary
TypeArguments()
           
 
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
 

Constructor Detail

TypeArguments

public TypeArguments()
Method Detail

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.


lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.