public interface ValueProvider
Modifier and Type | Method and Description |
---|---|
List<CompletionProposal> |
complete(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext,
String[] hints) |
boolean |
supports(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext) |
boolean supports(org.springframework.core.MethodParameter parameter, CompletionContext completionContext)
List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.