| Modifier and Type | Field and Description |
|---|---|
static AnnotationNode |
AnnotationNode.DEPRECATED |
static AnnotationNode |
AnnotationNode.OVERRIDE |
| Modifier and Type | Method and Description |
|---|---|
AnnotationNode |
AnnotationNode.Builder.build() |
static AnnotationNode |
AnnotationNode.withSuppressWarnings(String description) |
static AnnotationNode |
AnnotationNode.withType(TypeNode type) |
static AnnotationNode |
AnnotationNode.withTypeAndDescription(TypeNode type,
List<Expr> exprList) |
static AnnotationNode |
AnnotationNode.withTypeAndDescription(TypeNode type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<AnnotationNode> |
PackageInfoDefinition.annotations() |
abstract com.google.common.collect.ImmutableList<AnnotationNode> |
MethodDefinition.annotations() |
abstract com.google.common.collect.ImmutableList<AnnotationNode> |
VariableExpr.annotations() |
abstract com.google.common.collect.ImmutableList<AnnotationNode> |
ClassDefinition.annotations() |
| Modifier and Type | Method and Description |
|---|---|
PackageInfoDefinition.Builder |
PackageInfoDefinition.Builder.setAnnotations(AnnotationNode... annotations) |
void |
AstNodeVisitor.visit(AnnotationNode annotation) |
| Modifier and Type | Method and Description |
|---|---|
abstract PackageInfoDefinition.Builder |
PackageInfoDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) |
abstract MethodDefinition.Builder |
MethodDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) |
abstract VariableExpr.Builder |
VariableExpr.Builder.setAnnotations(List<AnnotationNode> annotations) |
abstract ClassDefinition.Builder |
ClassDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaWriterVisitor.visit(AnnotationNode annotation) |
void |
ImportWriterVisitor.visit(AnnotationNode annotation) |
| Modifier and Type | Field and Description |
|---|---|
protected static AnnotationNode |
AbstractServiceClientTestClassComposer.TEST_ANNOTATION |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnnotationNode> |
AbstractTransportServiceStubClassComposer.createClassAnnotations(Service service) |
protected List<AnnotationNode> |
AbstractServiceCallableFactoryClassComposer.createClassAnnotations(Service service,
TypeStore typeStore) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodDefinition |
AbstractServiceStubClassComposer.createCallableGetterMethodDefinition(TypeNode returnType,
String methodName,
List<AnnotationNode> annotations,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createGenericCallableMethod(Service service,
TypeStore typeStore,
List<String> methodTemplateNames,
String returnCallableKindName,
List<String> returnCallableTemplateNames,
String methodVariantName,
List<Object> transportCallSettingsTemplateObjects,
String callSettingsVariantName,
List<Object> callSettingsTemplateObjects,
List<AnnotationNode> annotations) |
protected List<MethodDefinition> |
AbstractServiceSettingsClassComposer.createNestedBuilderCreatorMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations) |
protected List<MethodDefinition> |
AbstractServiceSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations,
CommentStatement comment) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MethodDefinition> |
ServiceSettingsClassComposer.createNestedBuilderCreatorMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations) |
protected List<MethodDefinition> |
ServiceSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations,
CommentStatement comment) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnnotationNode> |
HttpJsonServiceStubClassComposer.createClassAnnotations(Service service) |
protected List<AnnotationNode> |
HttpJsonServiceCallableFactoryClassComposer.createClassAnnotations(Service service,
TypeStore typeStore) |
Copyright © 2022 Google LLC. All rights reserved.