Uses of Class
com.google.api.generator.engine.ast.AnnotationNode
-
-
Uses of AnnotationNode in com.google.api.generator.engine.ast
Fields in com.google.api.generator.engine.ast declared as AnnotationNode Modifier and Type Field Description static AnnotationNodeAnnotationNode. DEPRECATEDstatic AnnotationNodeAnnotationNode. OVERRIDEMethods in com.google.api.generator.engine.ast that return AnnotationNode Modifier and Type Method Description AnnotationNodeAnnotationNode.Builder. build()static AnnotationNodeAnnotationNode. withSuppressWarnings(String description)static AnnotationNodeAnnotationNode. withType(TypeNode type)static AnnotationNodeAnnotationNode. withTypeAndDescription(TypeNode type, String description)static AnnotationNodeAnnotationNode. withTypeAndDescription(TypeNode type, List<Expr> exprList)Methods in com.google.api.generator.engine.ast that return types with arguments of type AnnotationNode Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<AnnotationNode>ClassDefinition. annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>MethodDefinition. annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>PackageInfoDefinition. annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>VariableExpr. annotations()Methods in com.google.api.generator.engine.ast with parameters of type AnnotationNode Modifier and Type Method Description PackageInfoDefinition.BuilderPackageInfoDefinition.Builder. setAnnotations(AnnotationNode... annotations)voidAstNodeVisitor. visit(AnnotationNode annotation)Method parameters in com.google.api.generator.engine.ast with type arguments of type AnnotationNode Modifier and Type Method Description abstract ClassDefinition.BuilderClassDefinition.Builder. setAnnotations(List<AnnotationNode> annotations)abstract MethodDefinition.BuilderMethodDefinition.Builder. setAnnotations(List<AnnotationNode> annotations)abstract PackageInfoDefinition.BuilderPackageInfoDefinition.Builder. setAnnotations(List<AnnotationNode> annotations)abstract VariableExpr.BuilderVariableExpr.Builder. setAnnotations(List<AnnotationNode> annotations) -
Uses of AnnotationNode in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type AnnotationNode Modifier and Type Method Description voidImportWriterVisitor. visit(AnnotationNode annotation)voidJavaWriterVisitor. visit(AnnotationNode annotation) -
Uses of AnnotationNode in com.google.api.generator.gapic.composer.common
Fields in com.google.api.generator.gapic.composer.common declared as AnnotationNode Modifier and Type Field Description protected static AnnotationNodeAbstractServiceClientTestClassComposer. TEST_ANNOTATIONMethods in com.google.api.generator.gapic.composer.common that return types with arguments of type AnnotationNode Modifier and Type Method Description protected List<AnnotationNode>AbstractServiceCallableFactoryClassComposer. createClassAnnotations(Service service, TypeStore typeStore)protected List<AnnotationNode>AbstractTransportServiceStubClassComposer. createClassAnnotations(Service service)Method parameters in com.google.api.generator.gapic.composer.common with type arguments of type AnnotationNode Modifier and Type Method Description protected MethodDefinitionAbstractServiceStubClassComposer. createCallableGetterMethodDefinition(TypeNode returnType, String methodName, List<AnnotationNode> annotations, TypeStore typeStore)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) -
Uses of AnnotationNode in com.google.api.generator.gapic.composer.grpcrest
Method parameters in com.google.api.generator.gapic.composer.grpcrest with type arguments of type AnnotationNode Modifier and Type Method 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) -
Uses of AnnotationNode in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest that return types with arguments of type AnnotationNode Modifier and Type Method Description protected List<AnnotationNode>HttpJsonServiceCallableFactoryClassComposer. createClassAnnotations(Service service, TypeStore typeStore)protected List<AnnotationNode>HttpJsonServiceStubClassComposer. createClassAnnotations(Service service)
-