public interface JTypeParamDef
| Modifier and Type | Method and Description |
|---|---|
JTypeParamDef |
_extends(java.lang.Class<?> type)
Add an
extends bound to this parameter. |
JTypeParamDef |
_extends(JType type)
Add an
extends bound to this parameter. |
JTypeParamDef |
_extends(java.lang.String type)
Add an
extends bound to this parameter. |
JTypeParamDef |
_super(java.lang.Class<?> type)
Add a
super bound to this parameter. |
JTypeParamDef |
_super(JType type)
Add a
super bound to this parameter. |
JTypeParamDef |
_super(java.lang.String type)
Add a
super bound to this parameter. |
JTypeParamDef _extends(java.lang.String type)
extends bound to this parameter.type - the bound typeJTypeParamDef _extends(JType type)
extends bound to this parameter.type - the bound typeJTypeParamDef _extends(java.lang.Class<?> type)
extends bound to this parameter.type - the bound typeJTypeParamDef _super(java.lang.String type)
super bound to this parameter.type - the bound typeJTypeParamDef _super(JType type)
super bound to this parameter.type - the bound typeJTypeParamDef _super(java.lang.Class<?> type)
super bound to this parameter.type - the bound type