Uses of Class
com.guinetik.hexafun.hexa.UseCaseBuilder
Packages that use UseCaseBuilder
-
Uses of UseCaseBuilder in com.guinetik.hexafun
Methods in com.guinetik.hexafun that return UseCaseBuilder -
Uses of UseCaseBuilder in com.guinetik.hexafun.hexa
Methods in com.guinetik.hexafun.hexa that return UseCaseBuilderModifier and TypeMethodDescription<R> UseCaseBuilderDefine the core logic of the use case without validation.<O> UseCaseBuilderDefine the handler that runs after all validators pass.<From,To> UseCaseBuilder UseCaseBuilder.withAdapter(AdapterKey<From, To> key, Function<From, To> adapter) Register an adapter with a type-safe key.<T> UseCaseBuilderRegister a port (output adapter) by its type.Constructors in com.guinetik.hexafun.hexa with parameters of type UseCaseBuilderModifierConstructorDescriptionUseCaseInputStep(String name, UseCaseBuilder builder) UseCaseValidationStep(String name, UseCaseBuilder builder, ValidationPort<I> validator)