public final class TypeParameters extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public static <T> StandardTypeParameter<T> forType(Type<T> type)
public static <T> ExtendsTypeParameter<T> forExtendsType(Type<T> type)
public static <T> SuperTypeParameter<T> forSuperType(Type<T> type)
public static WildcardTypeParameter forUnknown()
Copyright © 2016 The JAVARUNTYPE team. All Rights Reserved.