public static class ParameterConverters.MethodReturningConverter extends Object implements ParameterConverters.ParameterConverter
Constructor and Description |
---|
MethodReturningConverter(Method method,
Class<?> stepsType,
InjectableStepsFactory stepsFactory) |
MethodReturningConverter(Method method,
Object instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Type type) |
Object |
convertValue(String value,
Type type) |
public MethodReturningConverter(Method method, Class<?> stepsType, InjectableStepsFactory stepsFactory)
public boolean accept(Type type)
accept
in interface ParameterConverters.ParameterConverter
public Object convertValue(String value, Type type)
convertValue
in interface ParameterConverters.ParameterConverter
Copyright © 2003–2015. All rights reserved.