public class JCommanderParameterResolver extends Object implements ParameterResolver
| Constructor and Description |
|---|
JCommanderParameterResolver() |
| Modifier and Type | Method and Description |
|---|---|
List<CompletionProposal> |
complete(org.springframework.core.MethodParameter parameter,
CompletionContext context) |
Stream<ParameterDescription> |
describe(org.springframework.core.MethodParameter parameter) |
ValueResult |
resolve(org.springframework.core.MethodParameter methodParameter,
List<String> words) |
void |
setValidatorFactory(javax.validation.ValidatorFactory validatorFactory) |
boolean |
supports(org.springframework.core.MethodParameter parameter) |
@Autowired(required=false) public void setValidatorFactory(javax.validation.ValidatorFactory validatorFactory)
public boolean supports(org.springframework.core.MethodParameter parameter)
supports in interface ParameterResolverpublic ValueResult resolve(org.springframework.core.MethodParameter methodParameter, List<String> words)
resolve in interface ParameterResolverpublic Stream<ParameterDescription> describe(org.springframework.core.MethodParameter parameter)
describe in interface ParameterResolverpublic List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext context)
complete in interface ParameterResolverCopyright © 2018 Pivotal Software, Inc.. All rights reserved.