Uses of Class
com.squareup.javapoet.WildcardTypeName
-
Uses of WildcardTypeName in com.squareup.javapoet
Methods in com.squareup.javapoet that return WildcardTypeNameModifier and TypeMethodDescriptionWildcardTypeName.annotated
(List<AnnotationSpec> annotations) static WildcardTypeName
Returns a type that represents an unknown type that extendsbound
.static WildcardTypeName
static WildcardTypeName
WildcardTypeName.supertypeOf
(TypeName lowerBound) Returns a type that represents an unknown supertype ofbound
.static WildcardTypeName
WildcardTypeName.supertypeOf
(Type lowerBound)