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.(package private) static TypeVariableNameTypeVariableName.get(TypeVariable<?> type, Map<Type, TypeVariableName> map) 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.(package private) static TypeVariableNameTypeVariableName.get(TypeVariable mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) Make a TypeVariableName for the given TypeMirror.private static TypeVariableNameTypeVariableName.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) voidCodeWriter.emitTypeVariables(List<TypeVariableName> typeVariables) Emit type variables with their bounds.(package private) static ArrayTypeNameArrayTypeName.get(GenericArrayType type, Map<Type, TypeVariableName> map) (package private) static ArrayTypeNameArrayTypeName.get(ArrayType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) (package private) static ParameterizedTypeNameParameterizedTypeName.get(ParameterizedType type, Map<Type, TypeVariableName> map) Returns a parameterized type equivalent totype.(package private) static TypeNameTypeName.get(Type type, Map<Type, TypeVariableName> map) (package private) static TypeNameTypeName.get(TypeMirror mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) (package private) static TypeVariableNameTypeVariableName.get(TypeVariable<?> type, Map<Type, TypeVariableName> map) (package private) static TypeVariableNameTypeVariableName.get(TypeVariable mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) Make a TypeVariableName for the given TypeMirror.(package private) static TypeNameWildcardTypeName.get(WildcardType wildcardName, Map<Type, TypeVariableName> map) (package private) static TypeNameWildcardTypeName.get(WildcardType mirror, Map<TypeParameterElement, TypeVariableName> typeVariables) TypeName.list(Type[] types, Map<Type, TypeVariableName> map) voidCodeWriter.popTypeVariables(List<TypeVariableName> typeVariables)