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 |
accessModifiers(Set<String> accessModifiers) |
T |
annotations(Set<String> annotations) |
T |
column(int column) |
T |
copy(InitializedTypeDefinition copy) |
T |
init1(String init1) |
T |
init2(String init2) |
T |
lineNumber(int lineNumber) |
T |
name(String name) |
T |
noInit(String noInit) |
T |
type(String type) |
T |
typeImport(String typeImport) |
T |
typeImports(List<String> imports) |
T |
typeImports(String... imports) |
public T copy(InitializedTypeDefinition copy)
public T lineNumber(int lineNumber)
public T column(int column)
Copyright © 2019. All rights reserved.