protected abstract static class GeneratedType.GeneratedTypeBuilder<T extends GeneratedType.GeneratedTypeBuilder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Elements |
elementUtils |
protected SortedSet<Type> |
extraImportedTypes |
protected List<MappingMethod> |
methods |
protected Options |
options |
protected TypeFactory |
typeFactory |
protected VersionInformation |
versionInformation |
| Modifier and Type | Method and Description |
|---|---|
T |
elementUtils(Elements elementUtils) |
T |
extraImports(SortedSet<Type> extraImportedTypes) |
T |
methods(List<MappingMethod> methods) |
T |
options(Options options) |
T |
typeFactory(TypeFactory typeFactory) |
T |
versionInformation(VersionInformation versionInformation) |
protected TypeFactory typeFactory
protected Elements elementUtils
protected Options options
protected VersionInformation versionInformation
protected List<MappingMethod> methods
public T typeFactory(TypeFactory typeFactory)
public T versionInformation(VersionInformation versionInformation)
public T methods(List<MappingMethod> methods)
Copyright © 2012–2019. All rights reserved.