Uses of Class
org.junittest.starwars_client_springconfiguration.Human
Packages that use Human
-
Uses of Human in org.junittest.starwars_client_springconfiguration
Methods in org.junittest.starwars_client_springconfiguration that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()MutationTypeExecutorMySchema.createHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutorMySchema.createHuman(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.MutationTypeExecutorMySchema.createHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutorMySchema.createHumanWithBindValues(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.MutationType.getCreateHuman()QueryType.getHuman()QueryTypeExecutorMySchema.human(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the human query against the GraphQL server.QueryTypeExecutorMySchema.humanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.humanWithBindValues(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query on the human query against the GraphQL server.Methods in org.junittest.starwars_client_springconfiguration that return types with arguments of type HumanModifier and TypeMethodDescriptionMutationTypeReactiveExecutorMySchema.createHuman(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutorMySchema.createHuman(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeReactiveExecutorMySchema.createHumanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutorMySchema.createHumanWithBindValues(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutorMySchema.human(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.human(String queryResponseDef, String id, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutorMySchema.humanWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.humanWithBindValues(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.junittest.starwars_client_springconfiguration with parameters of type HumanModifier and TypeMethodDescriptionvoidMutationType.setCreateHuman(Human createHuman) voidMutationType.Builder.withCreateHuman(Human createHumanParam)