Package ninja.params
Class ControllerMethodInvokerTest.NeedingInjectionParamParser
- java.lang.Object
-
- ninja.params.ControllerMethodInvokerTest.NeedingInjectionParamParser
-
- All Implemented Interfaces:
ParamParser<ControllerMethodInvokerTest.Dep>
- Enclosing class:
- ControllerMethodInvokerTest
public static class ControllerMethodInvokerTest.NeedingInjectionParamParser extends Object implements ParamParser<ControllerMethodInvokerTest.Dep>
-
-
Constructor Summary
Constructors Constructor Description NeedingInjectionParamParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ControllerMethodInvokerTest.Dep>
getParsedType()
ControllerMethodInvokerTest.Dep
parseParameter(String field, String parameterValue, Validation validation)
-
-
-
Method Detail
-
parseParameter
public ControllerMethodInvokerTest.Dep parseParameter(String field, String parameterValue, Validation validation)
- Specified by:
parseParameter
in interfaceParamParser<ControllerMethodInvokerTest.Dep>
-
getParsedType
public Class<ControllerMethodInvokerTest.Dep> getParsedType()
- Specified by:
getParsedType
in interfaceParamParser<ControllerMethodInvokerTest.Dep>
-
-