Interface CompletionResolver

All Superinterfaces:
CompletionProvider, Function<CompletionContext,List<CompletionProposal>>
All Known Implementing Classes:
RegistrationOptionsCompletionResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CompletionResolver extends CompletionProvider
Interface resolving completion proposals. This is same as CompletionProvider but mean to be autowired globally.
See Also: