Modifier and Type | Field and Description |
---|---|
java.util.List<MethodSpec> |
TypeSpec.methodSpecs |
private java.util.List<MethodSpec> |
TypeSpec.Builder.methodSpecs |
Modifier and Type | Method and Description |
---|---|
MethodSpec |
MethodSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
TypeSpec.Builder |
TypeSpec.Builder.addMethod(MethodSpec methodSpec) |
Modifier and Type | Method and Description |
---|---|
TypeSpec.Builder |
TypeSpec.Builder.addMethods(java.lang.Iterable<MethodSpec> methodSpecs) |