| Modifier and Type | Field and Description |
|---|---|
java.util.List<MethodSpec> |
TypeSpec.methodSpecs |
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) |
Copyright © 2020 Square, Inc.. All Rights Reserved.