Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.TypeWithObject
Packages that use TypeWithObject
Package
Description
-
Uses of TypeWithObject in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return TypeWithObjectModifier and TypeMethodDescriptionTypeWithObject.Builder.build()MyQueryType.getObjectWithInput()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type TypeWithObjectModifier and TypeMethodDescriptionMyQueryType.getObjectsWithInput()TheSubscriptionType.getObjectsWithInput()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectWithInput(TypeWithObject objectWithInput) MyQueryType.Builder.withObjectWithInput(TypeWithObject objectWithInputParam) Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) voidTheSubscriptionType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) MyQueryType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) TheSubscriptionType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) -
Uses of TypeWithObject in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return TypeWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInput(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query on the objectWithInput query against the GraphQL server.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues(String queryResponseDef, InputWithObject input, Map<String, Object> parameters) This method executes a partial query on the objectWithInput query against the GraphQL server.Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type TypeWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInput(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInput(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>MyQueryTypeReactiveExecutorMySchema.objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>MyQueryTypeReactiveExecutorMySchema.objectWithInput(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues(String queryResponseDef, InputWithObject input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with type arguments of type TypeWithObjectModifier and TypeMethodDescriptionTheSubscriptionTypeExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInput(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.