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