public class ExecutorOfDtoDependentGenerator extends AbstractExecutor
| Constructor and Description |
|---|
ExecutorOfDtoDependentGenerator(AbstractExecutor nextGenerators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(Field field,
IGenerator<?> generator) |
protected boolean |
isDtoReadyForFieldGeneration(IGenerator<?> generator)
Check whether DTO is ready for using CustomGeneratorDtoDependent or not.
|
executeNextpublic ExecutorOfDtoDependentGenerator(AbstractExecutor nextGenerators)
public boolean execute(Field field, IGenerator<?> generator)
execute in class AbstractExecutorprotected boolean isDtoReadyForFieldGeneration(IGenerator<?> generator) throws DtoGeneratorException
generator - - generator to checkDtoGeneratorException - - throws if all attempts are spentCopyright © 2022. All rights reserved.