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 ValueProvider
public List<CompletionProposal> complete(org.springframework.core.MethodParameter parameter, CompletionContext completionContext, String[] hints)
complete
in interface ValueProvider
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.