public class BeanMethodResolverImpl<InputParameterType> extends java.lang.Object implements BeanMethodResolver<InputParameterType>
| Constructor and Description |
|---|
BeanMethodResolverImpl(InputArgumentResolverFactory<InputParameterType> factory,
ParameterResolver<InputParameterType> parameterResolver) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Executable> |
resolve(BeanMethod beanMethod,
java.util.List<InputParameterType> inputParameterList) |
public BeanMethodResolverImpl(InputArgumentResolverFactory<InputParameterType> factory, ParameterResolver<InputParameterType> parameterResolver)
public com.google.common.base.Optional<Executable> resolve(BeanMethod beanMethod, java.util.List<InputParameterType> inputParameterList)
resolve in interface BeanMethodResolver<InputParameterType>