Uses of Class
org.junittest.forum_client_springconfiguration.Query

Packages that use Query
  • Uses of Query in org.junittest.forum_client_springconfiguration

    Modifier and Type
    Method
    Description
    Query.Builder.build()
     
    QueryExecutorMySchema.exec(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
    This method takes a full request definition, and executes it against the GraphQL server.
    QueryExecutorMySchema.exec(String queryResponseDef, Object... paramsAndValues)
    This method takes a full request definition, and executes it against the GraphQL server.
    GraphQLRequestMySchema.execQuery(Object... paramsAndValues)
    This method executes the current GraphQL request as a full query request.
    GraphQLRequestMySchema.execQuery(Map<String,Object> parameters)
    This method executes the current GraphQL request as a full query request.
    QueryExecutorMySchema.execWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters)
    This method takes a full request definition, and executes it against the GraphQL server.
    QueryExecutorMySchema.execWithBindValues(String queryResponseDef, Map<String,Object> parameters)
    This method takes a full request definition, and executes it against the GraphQL server.
    QueryRootResponse.getData()
     
    Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type Query
    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Query>
    QueryReactiveExecutorMySchema.exec(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
    This method takes a full request definition, and executes it against the GraphQL server.
    reactor.core.publisher.Mono<Query>
    QueryReactiveExecutorMySchema.exec(String queryResponseDef, Object... paramsAndValues)
    This method takes a full request definition, and executes it against the GraphQL server.
    reactor.core.publisher.Mono<Query>
    GraphQLReactiveRequestMySchema.execQuery(Object... paramsAndValues)
    This method executes the current GraphQL request as a full query request.
    reactor.core.publisher.Mono<Query>
    GraphQLReactiveRequestMySchema.execQuery(Map<String,Object> parameters)
    This method executes the current GraphQL request as a full query request.
    reactor.core.publisher.Mono<Query>
    QueryReactiveExecutorMySchema.execWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String,Object> parameters)
    This method takes a full request definition, and executes it against the GraphQL server.
    reactor.core.publisher.Mono<Query>
    QueryReactiveExecutorMySchema.execWithBindValues(String queryResponseDef, Map<String,Object> parameters)
    This method takes a full request definition, and executes it against the GraphQL server.
    Methods in org.junittest.forum_client_springconfiguration with parameters of type Query
    Modifier and Type
    Method
    Description
    void
    QueryRootResponse.setData(Query queryParam)