Index

C D E 
All Classes and Interfaces|All Packages

C

com.netflix.graphql.dgs.reactive - package com.netflix.graphql.dgs.reactive
 

D

DgsReactiveQueryExecutor - Interface in com.netflix.graphql.dgs.reactive
Represents the core query executing capability of the framework.

E

execute(String) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
 
execute(String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
 
execute(String, Map<String, Object>, String) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
 
execute(String, Map<String, Object>, Map<String, Object>, HttpHeaders) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
 
execute(String, Map<String, Object>, Map<String, Object>, HttpHeaders, String, ServerRequest) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query.
executeAndExtractJsonPath(String, String) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
executeAndExtractJsonPath(String, String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
executeAndExtractJsonPath(String, String, Map<String, Object>, ServerRequest) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
executeAndExtractJsonPath(String, String, ServerRequest) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and uses a Json Path to extract specific elements out of the data.
executeAndExtractJsonPathAsObject(String, String, TypeRef<T>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
executeAndExtractJsonPathAsObject(String, String, Class<T>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, TypeRef<T>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
executeAndExtractJsonPathAsObject(String, String, Map<String, Object>, Class<T>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, extracts a value using JsonPath, and converts that value into the given type.
executeAndGetDocumentContext(String) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and return a DocumentContext.
executeAndGetDocumentContext(String, Map<String, Object>) - Method in interface com.netflix.graphql.dgs.reactive.DgsReactiveQueryExecutor
Executes a GraphQL query, parses the returned data, and return a DocumentContext.
C D E 
All Classes and Interfaces|All Packages