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.typeVariablesfinal List<TypeVariableName> MethodSpec.typeVariablesfinal List<TypeVariableName> TypeSpec.Builder.typeVariablesfinal List<TypeVariableName> TypeSpec.typeVariablesMethods in com.squareup.javapoet that return TypeVariableNameModifier and TypeMethodDescriptionTypeVariableName.annotated(List<AnnotationSpec> annotations) static TypeVariableNameTypeVariableName.get(TypeVariable<?> type) Returns type variable equivalent totype.static TypeVariableNameReturns type variable namednamewithout bounds.static TypeVariableNameReturns type variable namednamewithbounds.static TypeVariableNameReturns type variable namednamewithbounds.static TypeVariableNameTypeVariableName.get(TypeParameterElement element) Returns type variable equivalent toelement.static TypeVariableNameTypeVariableName.get(TypeVariable mirror) Returns type variable equivalent tomirror.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)