public class ClassDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
className
The class name.
|
StringBuilder |
codeBuilder
The code builder.
|
String |
fullyQualifiedClassName
The fully qualified class name.
|
String |
packageName
The package name.
|
| Constructor and Description |
|---|
ClassDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
addImport(String fqTypeName)
Adds the import.
|
void |
clearImports()
Clear imports.
|
Collection<String> |
retrieveImportFqNames()
Retrieve import fq names.
|
public String packageName
public String className
public StringBuilder codeBuilder
public String fullyQualifiedClassName
public void clearImports()
public Collection<String> retrieveImportFqNames()
Copyright © 2021. All rights reserved.