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