Uses of Class
ninja.params.ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation
-
Packages that use ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation Package Description ninja.params -
-
Uses of ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation in ninja.params
Method parameters in ninja.params with annotations of type ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation Modifier and Type Method Description Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. guiceArgumentExtractor(String param1)
Result
ControllerMethodInvokerWithDeprecatedValidationTest.MockController. guiceArgumentExtractorWithOptional(Optional<String> param1)
Constructors in ninja.params with parameters of type ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation Constructor Description GuiceArgumentExtractor(ControllerMethodInvokerWithDeprecatedValidationTest.Dep dep, ControllerMethodInvokerWithDeprecatedValidationTest.GuiceAnnotation annot, ArgumentClassHolder holder)
-