public class InputArgumentValueResolver<InputParameterType>
extends java.lang.Object
| Constructor and Description |
|---|
InputArgumentValueResolver(InputArgumentResolverConfiguration<InputParameterType> configuration) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Value> |
resolve(JavaMethodArgument methodArgument,
InputParameterResolverContext<InputParameterType> context) |
public InputArgumentValueResolver(InputArgumentResolverConfiguration<InputParameterType> configuration)
public com.google.common.base.Optional<Value> resolve(JavaMethodArgument methodArgument, InputParameterResolverContext<InputParameterType> context)