public class TypeVariableBindings
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.reflect.TypeVariable<?>,java.lang.reflect.TypeVariable<?>>> |
getTypeVariableBindings(java.lang.Class<?> type)
Returns the bindings for all the type variables from the given type's hierarchy.
|
public static java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.reflect.TypeVariable<?>,java.lang.reflect.TypeVariable<?>>> getTypeVariableBindings(java.lang.Class<?> type)
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved