Interface GenerateAdapterUseCase

All Known Implementing Classes:
GenerateAdapterUseCaseImpl

public interface GenerateAdapterUseCase
Use case for generating output adapters (Redis, MongoDB, etc.). This is an input port in the hexagonal architecture.
  • Method Details

    • execute

      Generates an output adapter with its implementation.
      Parameters:
      projectPath - Path to the project root
      config - Adapter configuration
      Returns:
      Generation result with generated files or errors