org.javaruntype.type
Class TypeParameters

Object
  extended by org.javaruntype.type.TypeParameters

public final class TypeParameters
extends Object


Method Summary
static
<T> ExtendsTypeParameter<T>
forExtendsType(Type<T> type)
           
static
<T> SuperTypeParameter<T>
forSuperType(Type<T> type)
           
static
<T> StandardTypeParameter<T>
forType(Type<T> type)
           
static WildcardTypeParameter forUnknown()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forType

public static <T> StandardTypeParameter<T> forType(Type<T> type)

forExtendsType

public static <T> ExtendsTypeParameter<T> forExtendsType(Type<T> type)

forSuperType

public static <T> SuperTypeParameter<T> forSuperType(Type<T> type)

forUnknown

public static WildcardTypeParameter forUnknown()


Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.