- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Creates a suggestion provider using the given method.
-
Method Details
-
defaultFactory
- Type Parameters:
C - the command sender type
- Returns:
- the created factory
-
createSuggestionProvider
Creates a suggestion provider using the given method.
- Parameters:
instance - parsed instance
method - suggestion method
injectorRegistry - injector registry
- Returns:
- the suggestion provider