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