| 程序包 | 说明 |
|---|---|
| io.polaris.core.javapoet |
此包下代码源自开源项目 com.squareup:javapoet
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<TypeVariableName> |
TypeSpec.typeVariables |
List<TypeVariableName> |
TypeSpec.Builder.typeVariables |
List<TypeVariableName> |
MethodSpec.typeVariables |
List<TypeVariableName> |
MethodSpec.Builder.typeVariables |
| 限定符和类型 | 方法和说明 |
|---|---|
TypeVariableName |
TypeVariableName.annotated(List<AnnotationSpec> annotations) |
static TypeVariableName |
TypeVariableName.get(String name)
Returns type variable named
name without bounds. |
static TypeVariableName |
TypeVariableName.get(String name,
Type... bounds)
Returns type variable named
name with bounds. |
static TypeVariableName |
TypeVariableName.get(String name,
TypeName... bounds)
Returns type variable named
name with bounds. |
static TypeVariableName |
TypeVariableName.get(TypeParameterElement element)
Returns type variable equivalent to
element. |
static TypeVariableName |
TypeVariableName.get(TypeVariable mirror)
Returns type variable equivalent to
mirror. |
static TypeVariableName |
TypeVariableName.get(TypeVariable<?> type)
Returns type variable equivalent to
type. |
TypeVariableName |
TypeVariableName.withBounds(List<? extends TypeName> bounds) |
TypeVariableName |
TypeVariableName.withBounds(Type... bounds) |
TypeVariableName |
TypeVariableName.withBounds(TypeName... bounds) |
| 限定符和类型 | 方法和说明 |
|---|---|
TypeSpec.Builder |
TypeSpec.Builder.addTypeVariable(TypeVariableName typeVariable) |
MethodSpec.Builder |
MethodSpec.Builder.addTypeVariable(TypeVariableName typeVariable) |
| 限定符和类型 | 方法和说明 |
|---|---|
TypeSpec.Builder |
TypeSpec.Builder.addTypeVariables(Iterable<TypeVariableName> typeVariables) |
MethodSpec.Builder |
MethodSpec.Builder.addTypeVariables(Iterable<TypeVariableName> typeVariables) |
Copyright © 2025 fossc. All rights reserved.