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. fieldSpecs
java.util.List<FieldSpec>
TypeSpec. fieldSpecs
Methods in com.squareup.javapoet that return FieldSpec Modifier and Type Method Description FieldSpec
FieldSpec.Builder. build()
Methods in com.squareup.javapoet with parameters of type FieldSpec Modifier and Type Method Description TypeSpec.Builder
TypeSpec.Builder. addField(FieldSpec fieldSpec)
Method parameters in com.squareup.javapoet with type arguments of type FieldSpec Modifier and Type Method Description TypeSpec.Builder
TypeSpec.Builder. addFields(java.lang.Iterable<FieldSpec> fieldSpecs)
-