public class TypeVariableBindings extends Object
Modifier and Type | Method and Description |
---|---|
static Map<Class<?>,Map<TypeVariable<?>,TypeVariable<?>>> |
getTypeVariableBindings(Class<?> type)
Returns the bindings for all the type variables from the given type's hierarchy.
|
public static Map<Class<?>,Map<TypeVariable<?>,TypeVariable<?>>> getTypeVariableBindings(Class<?> type)
Copyright © 2019 JBoss by Red Hat. All rights reserved.