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