Class UseCaseConfig
java.lang.Object
com.pragma.archetype.domain.model.usecase.UseCaseConfig
Configuration for generating a use case.
Represents the input needed to generate a complete use case with its port and
implementation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordRepresents a parameter in a use case method.static final recordRepresents a method in the use case. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UseCaseConfig
public UseCaseConfig()
-