Uses of Class
com.squareup.javapoet.WildcardTypeName
-
-
Uses of WildcardTypeName in com.squareup.javapoet
Methods in com.squareup.javapoet that return WildcardTypeName Modifier and Type Method Description WildcardTypeName
WildcardTypeName. annotated(java.util.List<AnnotationSpec> annotations)
static WildcardTypeName
WildcardTypeName. subtypeOf(TypeName upperBound)
Returns a type that represents an unknown type that extendsbound
.static WildcardTypeName
WildcardTypeName. subtypeOf(java.lang.reflect.Type upperBound)
static WildcardTypeName
WildcardTypeName. supertypeOf(TypeName lowerBound)
Returns a type that represents an unknown supertype ofbound
.static WildcardTypeName
WildcardTypeName. supertypeOf(java.lang.reflect.Type lowerBound)
-