Package org.eclipse.lsp4j.jsonrpc.json
Interface JsonRpcMethodProvider
-
public interface JsonRpcMethodProviderProvidesJsonRpcMethod. Can be implemented byEndpoints to provide information about the supported methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,JsonRpcMethod>supportedMethods()
-
-
-
Method Detail
-
supportedMethods
java.util.Map<java.lang.String,JsonRpcMethod> supportedMethods()
-
-