Uses of Class
com.squareup.javapoet.TypeVariableName
-
-
Uses of TypeVariableName in com.squareup.javapoet
Fields in com.squareup.javapoet with type parameters of type TypeVariableName Modifier and Type Field Description List<TypeVariableName>MethodSpec. typeVariablesList<TypeVariableName>TypeSpec. typeVariablesMethods in com.squareup.javapoet that return TypeVariableName Modifier and Type Method Description TypeVariableNameTypeVariableName. annotated(List<AnnotationSpec> annotations)static TypeVariableNameTypeVariableName. get(TypeVariable<?> type)Returns type variable equivalent totype.static TypeVariableNameTypeVariableName. get(String name)Returns type variable namednamewithout bounds.static TypeVariableNameTypeVariableName. get(String name, TypeName... bounds)Returns type variable namednamewithbounds.static TypeVariableNameTypeVariableName. get(String name, Type... bounds)Returns type variable namednamewithbounds.static TypeVariableNameTypeVariableName. get(TypeParameterElement element)Returns type variable equivalent toelement.static TypeVariableNameTypeVariableName. get(TypeVariable mirror)Returns type variable equivalent tomirror.TypeVariableNameTypeVariableName. withBounds(TypeName... bounds)TypeVariableNameTypeVariableName. withBounds(Type... bounds)TypeVariableNameTypeVariableName. withBounds(List<TypeName> bounds)Methods in com.squareup.javapoet with parameters of type TypeVariableName Modifier and Type Method Description MethodSpec.BuilderMethodSpec.Builder. addTypeVariable(TypeVariableName typeVariable)TypeSpec.BuilderTypeSpec.Builder. addTypeVariable(TypeVariableName typeVariable)Method parameters in com.squareup.javapoet with type arguments of type TypeVariableName Modifier and Type Method Description MethodSpec.BuilderMethodSpec.Builder. addTypeVariables(Iterable<TypeVariableName> typeVariables)TypeSpec.BuilderTypeSpec.Builder. addTypeVariables(Iterable<TypeVariableName> typeVariables)
-