public interface GenericCapable<O extends JavaType<O>>
| Modifier and Type | Method and Description |
|---|---|
TypeVariable<O> |
getTypeVariable(String name)
Returns the named
TypeVariable. |
List<? extends TypeVariable<O>> |
getTypeVariables()
Returns all the generic types associated with this object
|
List<? extends TypeVariable<O>> getTypeVariables()
TypeVariable<O> getTypeVariable(String name)
TypeVariable.name - nullCopyright © 2015 JBoss by Red Hat. All rights reserved.