public interface ParameterizedInterfaceModel
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name where parameter types are enclosed in < >
comma separated, like declaration in source java files.
|
java.util.Collection<ParameterizedInterfaceModel> |
getParametizedTypes()
Returns the type parameters in order.
|
InterfaceModel |
getRawInterface()
Returns the raw interface for this parameterized type
|
java.lang.String getName()
InterfaceModel getRawInterface()
java.util.Collection<ParameterizedInterfaceModel> getParametizedTypes()