Uses of Class
com.squareup.javapoet.TypeVariableName
-
Uses of TypeVariableName in com.squareup.javapoet
Fields in com.squareup.javapoet with type parameters of type TypeVariableNameModifier and TypeFieldDescriptionfinal List
<TypeVariableName> MethodSpec.Builder.typeVariables
final List
<TypeVariableName> MethodSpec.typeVariables
final List
<TypeVariableName> TypeSpec.Builder.typeVariables
final List
<TypeVariableName> TypeSpec.typeVariables
Methods in com.squareup.javapoet that return TypeVariableNameModifier and TypeMethodDescriptionTypeVariableName.annotated
(List<AnnotationSpec> annotations) static TypeVariableName
TypeVariableName.get
(TypeVariable<?> type) Returns type variable equivalent totype
.(package private) static TypeVariableName
TypeVariableName.get
(TypeVariable<?> type, Map<Type, TypeVariableName> map) static TypeVariableName
Returns type variable namedname
without bounds.static TypeVariableName
Returns type variable namedname
withbounds
.static TypeVariableName
Returns type variable namedname
withbounds
.static TypeVariableName
TypeVariableName.get
(TypeParameterElement element) Returns type variable equivalent toelement
.static TypeVariableName
TypeVariableName.get
(TypeVariable mirror) Returns type variable equivalent tomirror
.(package private) static TypeVariableName
TypeVariableName.get
(TypeVariable mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) Make a TypeVariableName for the given TypeMirror.private static TypeVariableName
TypeVariableName.withBounds
(TypeName... bounds) TypeVariableName.withBounds
(Type... bounds) TypeVariableName.withBounds
(List<? extends TypeName> bounds) Methods in com.squareup.javapoet with parameters of type TypeVariableNameModifier and TypeMethodDescriptionMethodSpec.Builder.addTypeVariable
(TypeVariableName typeVariable) TypeSpec.Builder.addTypeVariable
(TypeVariableName typeVariable) Method parameters in com.squareup.javapoet with type arguments of type TypeVariableNameModifier and TypeMethodDescriptionMethodSpec.Builder.addTypeVariables
(Iterable<TypeVariableName> typeVariables) TypeSpec.Builder.addTypeVariables
(Iterable<TypeVariableName> typeVariables) void
CodeWriter.emitTypeVariables
(List<TypeVariableName> typeVariables) Emit type variables with their bounds.(package private) static ArrayTypeName
ArrayTypeName.get
(GenericArrayType type, Map<Type, TypeVariableName> map) (package private) static ArrayTypeName
ArrayTypeName.get
(ArrayType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) (package private) static ParameterizedTypeName
ParameterizedTypeName.get
(ParameterizedType type, Map<Type, TypeVariableName> map) Returns a parameterized type equivalent totype
.(package private) static TypeName
TypeName.get
(Type type, Map<Type, TypeVariableName> map) (package private) static TypeName
TypeName.get
(TypeMirror mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) (package private) static TypeVariableName
TypeVariableName.get
(TypeVariable<?> type, Map<Type, TypeVariableName> map) (package private) static TypeVariableName
TypeVariableName.get
(TypeVariable mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) Make a TypeVariableName for the given TypeMirror.(package private) static TypeName
WildcardTypeName.get
(WildcardType wildcardName, Map<Type, TypeVariableName> map) (package private) static TypeName
WildcardTypeName.get
(WildcardType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) TypeName.list
(Type[] types, Map<Type, TypeVariableName> map) void
CodeWriter.popTypeVariables
(List<TypeVariableName> typeVariables)