Uses of Class
com.squareup.javapoet.FieldSpec
-
-
Uses of FieldSpec in com.squareup.javapoet
Fields in com.squareup.javapoet with type parameters of type FieldSpec Modifier and Type Field Description java.util.List<FieldSpec>TypeSpec.Builder. fieldSpecsjava.util.List<FieldSpec>TypeSpec. fieldSpecsMethods in com.squareup.javapoet that return FieldSpec Modifier and Type Method Description FieldSpecFieldSpec.Builder. build()Methods in com.squareup.javapoet with parameters of type FieldSpec Modifier and Type Method Description TypeSpec.BuilderTypeSpec.Builder. addField(FieldSpec fieldSpec)Method parameters in com.squareup.javapoet with type arguments of type FieldSpec Modifier and Type Method Description TypeSpec.BuilderTypeSpec.Builder. addFields(java.lang.Iterable<FieldSpec> fieldSpecs)
-