public class InputArgumentResolverFactory<InputParameterType>
extends java.lang.Object
| Constructor and Description |
|---|
InputArgumentResolverFactory(InputParameterValueResolver<InputParameterType> inputParameterValueResolver,
InputParameterResolverFactory<InputParameterType> inputParameterResolverFactory,
InputParameterResolverContextFactory<InputParameterType> inputParameterResolverContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
InputArgumentResolver<InputParameterType> |
create(BeanMethod beanMethod,
java.util.List<InputParameterType> inputParameterList) |
public InputArgumentResolverFactory(InputParameterValueResolver<InputParameterType> inputParameterValueResolver, InputParameterResolverFactory<InputParameterType> inputParameterResolverFactory, InputParameterResolverContextFactory<InputParameterType> inputParameterResolverContextFactory)
public InputArgumentResolver<InputParameterType> create(BeanMethod beanMethod, java.util.List<InputParameterType> inputParameterList)