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.Dep
BodyParserEnginePostTest.TestObjectWithCustomType. dep
ControllerMethodInvokerTest.Dep[]
BodyParserEnginePostTest.TestObjectWithCustomType. depArray
Fields 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.Dep
ControllerMethodInvokerTest.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 Result
ControllerMethodInvokerTest.MockController. attribute(ControllerMethodInvokerTest.Dep param1)
Result
ControllerMethodInvokerTest.MockController. needingInjectionParamParser(ControllerMethodInvokerTest.Dep param1)
Result
ControllerMethodInvokerTest.MockController. needingInjectionParamParserArray(ControllerMethodInvokerTest.Dep[] paramsArray)
Method parameters in ninja.params with type arguments of type ControllerMethodInvokerTest.Dep Modifier and Type Method Description Result
ControllerMethodInvokerTest.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)
-