Java 类org.eclipse.lsp4j.jsonrpc.services.JsonDelegate 实例源码

项目:eclipse.jdt.ls    文件:JDTLanguageServer.java   
@JsonDelegate
public JavaProtocolExtensions getJavaExtensions() {
    return this;
}
项目:lsp4j    文件:EndpointsTest.java   
@JsonDelegate
public Delegated getDelegate();
项目:lsp4j    文件:EndpointsTest.java   
@JsonDelegate
public BarDelegated getDelegate();
项目:lsp4j    文件:GenericEndpointTest.java   
@JsonDelegate
public OtherThing doDelegate();
项目:SOMns-vscode    文件:LanguageServer.java   
/**
 * Provides access to the textDocument services.
 */
@JsonDelegate
TextDocumentService getTextDocumentService();
项目:SOMns-vscode    文件:LanguageServer.java   
/**
 * Provides access to the workspace services.
 */
@JsonDelegate
WorkspaceService getWorkspaceService();
项目:lsp4j    文件:LanguageServer.java   
/**
 * Provides access to the textDocument services.
 */
@JsonDelegate
TextDocumentService getTextDocumentService();
项目:lsp4j    文件:LanguageServer.java   
/**
 * Provides access to the workspace services.
 */
@JsonDelegate
WorkspaceService getWorkspaceService();