Uses of Class
com.squareup.javapoet.TypeSpec
-
-
Uses of TypeSpec in com.squareup.javapoet
Fields in com.squareup.javapoet declared as TypeSpec Modifier and Type Field Description TypeSpecJavaFile. typeSpecFields in com.squareup.javapoet with type parameters of type TypeSpec Modifier and Type Field Description Map<String,TypeSpec>TypeSpec. enumConstantsList<TypeSpec>TypeSpec. typeSpecsMethods in com.squareup.javapoet that return TypeSpec Modifier and Type Method Description TypeSpecTypeSpec.Builder. build()Methods in com.squareup.javapoet with parameters of type TypeSpec Modifier and Type Method Description TypeSpec.BuilderTypeSpec.Builder. addEnumConstant(String name, TypeSpec typeSpec)TypeSpec.BuilderTypeSpec.Builder. addType(TypeSpec typeSpec)static JavaFile.BuilderJavaFile. builder(String packageName, TypeSpec typeSpec)Method parameters in com.squareup.javapoet with type arguments of type TypeSpec Modifier and Type Method Description TypeSpec.BuilderTypeSpec.Builder. addTypes(Iterable<TypeSpec> typeSpecs)
-