org.javaruntype.type
Class TypeParameters
Object
org.javaruntype.type.TypeParameters
public final class TypeParameters
- extends Object
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.