public class ExampleCustomGeneratorDtoDependent extends Object implements CustomGeneratorDtoDependent<String,TwoFields>
| Constructor and Description |
|---|
ExampleCustomGeneratorDtoDependent() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate() |
boolean |
isDtoReady() |
void |
setDtoSupplier(Supplier<TwoFields> generatedDto) |
public void setDtoSupplier(Supplier<TwoFields> generatedDto)
setDtoSupplier in interface CustomGeneratorDtoDependent<String,TwoFields>public boolean isDtoReady()
isDtoReady in interface CustomGeneratorDtoDependent<String,TwoFields>Copyright © 2023. All rights reserved.