public class EnumValueProvider extends Object implements ValueProvider
ValueProvider that knows how to complete values for Enum typed parameters.| Constructor and Description |
|---|
EnumValueProvider() |
| 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) |
public boolean supports(org.springframework.core.MethodParameter parameter,
CompletionContext completionContext)
supports in interface ValueProviderpublic List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
complete in interface ValueProviderCopyright © 2018 Pivotal Software, Inc.. All rights reserved.