Uses of Class
com.squareup.javapoet.AnnotationSpec
-
-
Uses of AnnotationSpec in com.squareup.javapoet
Fields in com.squareup.javapoet with type parameters of type AnnotationSpec Modifier and Type Field Description java.util.List<AnnotationSpec>FieldSpec. annotationsjava.util.List<AnnotationSpec>FieldSpec.Builder. annotationsjava.util.List<AnnotationSpec>MethodSpec. annotationsjava.util.List<AnnotationSpec>MethodSpec.Builder. annotationsjava.util.List<AnnotationSpec>ParameterSpec. annotationsjava.util.List<AnnotationSpec>ParameterSpec.Builder. annotationsjava.util.List<AnnotationSpec>TypeName. annotationsjava.util.List<AnnotationSpec>TypeSpec. annotationsjava.util.List<AnnotationSpec>TypeSpec.Builder. annotationsMethods in com.squareup.javapoet that return AnnotationSpec Modifier and Type Method Description AnnotationSpecAnnotationSpec.Builder. build()static AnnotationSpecAnnotationSpec. get(java.lang.annotation.Annotation annotation)static AnnotationSpecAnnotationSpec. get(java.lang.annotation.Annotation annotation, boolean includeDefaultValues)static AnnotationSpecAnnotationSpec. get(javax.lang.model.element.AnnotationMirror annotation)Methods in com.squareup.javapoet that return types with arguments of type AnnotationSpec Modifier and Type Method Description protected java.util.List<AnnotationSpec>TypeName. concatAnnotations(java.util.List<AnnotationSpec> annotations)Methods in com.squareup.javapoet with parameters of type AnnotationSpec Modifier and Type Method Description FieldSpec.BuilderFieldSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)MethodSpec.BuilderMethodSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)ParameterSpec.BuilderParameterSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)TypeSpec.BuilderTypeSpec.Builder. addAnnotation(AnnotationSpec annotationSpec)TypeNameTypeName. annotated(AnnotationSpec... annotations)Method parameters in com.squareup.javapoet with type arguments of type AnnotationSpec Modifier and Type Method Description FieldSpec.BuilderFieldSpec.Builder. addAnnotations(java.lang.Iterable<AnnotationSpec> annotationSpecs)MethodSpec.BuilderMethodSpec.Builder. addAnnotations(java.lang.Iterable<AnnotationSpec> annotationSpecs)ParameterSpec.BuilderParameterSpec.Builder. addAnnotations(java.lang.Iterable<AnnotationSpec> annotationSpecs)TypeSpec.BuilderTypeSpec.Builder. addAnnotations(java.lang.Iterable<AnnotationSpec> annotationSpecs)ArrayTypeNameArrayTypeName. annotated(java.util.List<AnnotationSpec> annotations)ClassNameClassName. annotated(java.util.List<AnnotationSpec> annotations)ParameterizedTypeNameParameterizedTypeName. annotated(java.util.List<AnnotationSpec> annotations)TypeNameTypeName. annotated(java.util.List<AnnotationSpec> annotations)TypeVariableNameTypeVariableName. annotated(java.util.List<AnnotationSpec> annotations)WildcardTypeNameWildcardTypeName. annotated(java.util.List<AnnotationSpec> annotations)protected java.util.List<AnnotationSpec>TypeName. concatAnnotations(java.util.List<AnnotationSpec> annotations)voidCodeWriter. emitAnnotations(java.util.List<AnnotationSpec> annotations, boolean inline)Constructor parameters in com.squareup.javapoet with type arguments of type AnnotationSpec Constructor Description ArrayTypeName(TypeName componentType, java.util.List<AnnotationSpec> annotations)ClassName(java.lang.String packageName, ClassName enclosingClassName, java.lang.String simpleName, java.util.List<AnnotationSpec> annotations)TypeName(java.lang.String keyword, java.util.List<AnnotationSpec> annotations)TypeName(java.util.List<AnnotationSpec> annotations)
-