public interface ParameterizedInterfaceModel
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name where parameter types are enclosed in < >
comma separated, like declaration in source java files.
|
Collection<ParameterizedInterfaceModel> |
getParametizedTypes()
Returns the type parameters in order.
|
ExtensibleType |
getRawInterface()
Returns the raw interface for this parameterized type
|
String |
getRawInterfaceName()
Returns the simple name.
|
String getName()
String getRawInterfaceName()
ExtensibleType getRawInterface()
Collection<ParameterizedInterfaceModel> getParametizedTypes()
Copyright © 2009–2022 Oracle Corporation. All rights reserved.