Uses of Class
org.forum.client.QueryResponse
Packages that use QueryResponse
-
Uses of QueryResponse in org.forum.client
Methods in org.forum.client that return QueryResponseModifier and TypeMethodDescriptionQuery.exec
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.This method takes a full request definition, and executes it against the GraphQL server.This method executes the current GraphQL request as a full query request.This method executes the current GraphQL request as a full query request.Query.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Query.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.QueryExecutorForum.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.Methods in org.forum.client that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryResponse>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.