public class DtoGeneratorInstanceConfig extends Object
| Constructor and Description |
|---|
DtoGeneratorInstanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
TypeGeneratorBuildersConfig |
getGenBuildersConfig() |
Boolean |
getGenerateAllKnownTypes() |
Integer |
getMaxCollectionGenerationCycles() |
Integer |
getMaxDependentGenerationCycles() |
void |
setGenerateAllKnownTypes(Boolean generateAllKnownTypes) |
void |
setMaxCollectionGenerationCycles(Integer maxCollectionGenerationCycles) |
void |
setMaxDependentGenerationCycles(Integer maxDependentGenerationCycles) |
public void setMaxDependentGenerationCycles(Integer maxDependentGenerationCycles)
public void setMaxCollectionGenerationCycles(Integer maxCollectionGenerationCycles)
public void setGenerateAllKnownTypes(Boolean generateAllKnownTypes)
public Integer getMaxDependentGenerationCycles()
public Integer getMaxCollectionGenerationCycles()
public Boolean getGenerateAllKnownTypes()
public TypeGeneratorBuildersConfig getGenBuildersConfig()
Copyright © 2022. All rights reserved.