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.
|
InterfaceModel |
getRawInterface()
Returns the raw interface for this parameterized type
|
String getName()
InterfaceModel getRawInterface()
Collection<ParameterizedInterfaceModel> getParametizedTypes()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.