T - The class extending this builderpublic static class InitializedTypeDefinition.Builder<T extends InitializedTypeDefinition.Builder<?>> extends Object
VariableDefinition.| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
withAccessModifiers(Set<String> accessModifiers) |
T |
withAnnotations(Set<String> annotations) |
T |
withColumn(int column) |
T |
withInit1(String init1) |
T |
withInit2(String init2) |
T |
withLineNumber(int lineNumber) |
T |
withName(String name) |
T |
withNoInit(String noInit) |
T |
withType(String type) |
T |
withTypeImport(String typeImport) |
T |
withTypeImports(String... imports) |
Copyright © 2019. All rights reserved.