Uses of Class
ninja.params.ControllerMethodInvokerTest.Dep
-
Packages that use ControllerMethodInvokerTest.Dep Package Description ninja.bodyparser ninja.params -
-
Uses of ControllerMethodInvokerTest.Dep in ninja.bodyparser
Fields in ninja.bodyparser declared as ControllerMethodInvokerTest.Dep Modifier and Type Field Description ControllerMethodInvokerTest.DepBodyParserEnginePostTest.TestObjectWithCustomType. depControllerMethodInvokerTest.Dep[]BodyParserEnginePostTest.TestObjectWithCustomType. depArrayFields in ninja.bodyparser with type parameters of type ControllerMethodInvokerTest.Dep Modifier and Type Field Description List<ControllerMethodInvokerTest.Dep>BodyParserEnginePostTest.TestObjectWithCustomType. depList -
Uses of ControllerMethodInvokerTest.Dep in ninja.params
Methods in ninja.params that return ControllerMethodInvokerTest.Dep Modifier and Type Method Description ControllerMethodInvokerTest.DepControllerMethodInvokerTest.NeedingInjectionParamParser. parseParameter(String field, String parameterValue, Validation validation)Methods in ninja.params that return types with arguments of type ControllerMethodInvokerTest.Dep Modifier and Type Method Description Class<ControllerMethodInvokerTest.Dep>ControllerMethodInvokerTest.NeedingInjectionParamParser. getParsedType()Methods in ninja.params with parameters of type ControllerMethodInvokerTest.Dep Modifier and Type Method Description ResultControllerMethodInvokerTest.MockController. attribute(ControllerMethodInvokerTest.Dep param1)ResultControllerMethodInvokerTest.MockController. needingInjectionParamParser(ControllerMethodInvokerTest.Dep param1)ResultControllerMethodInvokerTest.MockController. needingInjectionParamParserArray(ControllerMethodInvokerTest.Dep[] paramsArray)Method parameters in ninja.params with type arguments of type ControllerMethodInvokerTest.Dep Modifier and Type Method Description ResultControllerMethodInvokerTest.MockController. optionalAttribute(Optional<ControllerMethodInvokerTest.Dep> param1)Constructors in ninja.params with parameters of type ControllerMethodInvokerTest.Dep Constructor Description GuiceArgumentExtractor(ControllerMethodInvokerTest.Dep dep, ControllerMethodInvokerTest.GuiceAnnotation annot, ArgumentClassHolder holder)
-