Interface CompletionRequest
- All Superinterfaces:
HasMeta,ServerFeature.Request
A
completion/complete request: the argument being completed and any
previously-resolved sibling arguments supplied as context.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe name of the argument being completed.The current (partial) value typed for the argument.static CompletionRequest.Builderbuilder()default voidcheck()meta()Returns the optional metadata map for protocol extensions.static CompletionRequestPreviously-resolved argument name/value pairs, or empty if none.
-
Method Details
-
argumentName
String argumentName()The name of the argument being completed. -
argumentValue
String argumentValue()The current (partial) value typed for the argument. -
meta
Description copied from interface:HasMetaReturns the optional metadata map for protocol extensions. -
resolvedArguments
Previously-resolved argument name/value pairs, or empty if none. -
check
@Check default void check() -
of
-
builder
-