Interface GenerateEntityUseCase
- All Known Implementing Classes:
GenerateEntityUseCaseImpl
public interface GenerateEntityUseCase
Use case for generating domain entities.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordResult of entity generation. -
Method Summary
Modifier and TypeMethodDescriptionexecute(Path projectPath, EntityConfig config) Generates a domain entity in the project.
-
Method Details
-
execute
Generates a domain entity in the project.- Parameters:
projectPath- Path to the project rootconfig- Entity configuration- Returns:
- Result of the generation
-