Uses of Class
ninja.params.ControllerMethodInvokerTest.Dto
-
Packages that use ControllerMethodInvokerTest.Dto Package Description ninja.params -
-
Uses of ControllerMethodInvokerTest.Dto in ninja.params
Methods in ninja.params with parameters of type ControllerMethodInvokerTest.Dto Modifier and Type Method Description Result
ControllerMethodInvokerTest.MockController. JSR303Validation(ControllerMethodInvokerTest.Dto dto, Validation validation)
Result
ControllerMethodInvokerTest.MockController. JSR303ValidationWithRequired(ControllerMethodInvokerTest.Dto dto, Validation validation)
Method parameters in ninja.params with type arguments of type ControllerMethodInvokerTest.Dto Modifier and Type Method Description Result
ControllerMethodInvokerTest.MockController. JSR303ValidationWithOptional(Optional<ControllerMethodInvokerTest.Dto> dto, Validation validation)
-