Uses of Interface
com.guinetik.hexafun.hexa.ValidationPort
Packages that use ValidationPort
-
Uses of ValidationPort in com.guinetik.hexafun.hexa
Methods in com.guinetik.hexafun.hexa with parameters of type ValidationPortModifier and TypeMethodDescriptionUseCaseInputStep.validate(ValidationPort<I> validator) Add a validation step before the handler.UseCaseValidationStep.validate(ValidationPort<I> validator) Add another validator to the chain.Constructors in com.guinetik.hexafun.hexa with parameters of type ValidationPortModifierConstructorDescriptionUseCaseValidationStep(String name, UseCaseBuilder builder, ValidationPort<I> validator)