Uses of Class
org.junittest.forum_client_springconfiguration.Member
Packages that use Member
-
Uses of Member in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return MemberModifier and TypeMethodDescriptionMember.Builder.build()MutationExecutorMySchema.createMember(com.graphql_java_generator.client.request.ObjectResponse objectResponse, MemberInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createMember(String queryResponseDef, MemberInput input, Object... paramsAndValues) This method executes a partial query on the createMember mutation against the GraphQL server.MutationExecutorMySchema.createMemberWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, MemberInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createMemberWithBindValues(String queryResponseDef, MemberInput input, Map<String, Object> parameters) This method executes a partial query on the createMember mutation against the GraphQL server.Post.getAuthor()Topic.getAuthor()Mutation.getCreateMember()Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type MemberModifier and TypeMethodDescriptionMutationReactiveExecutorMySchema.createMember(com.graphql_java_generator.client.request.ObjectResponse objectResponse, MemberInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createMember(String queryResponseDef, MemberInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationReactiveExecutorMySchema.createMemberWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, MemberInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createMemberWithBindValues(String queryResponseDef, MemberInput input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.junittest.forum_client_springconfiguration with parameters of type MemberModifier and TypeMethodDescriptionvoidvoidvoidMutation.setCreateMember(Member createMember) Post.Builder.withAuthor(Member authorParam) Topic.Builder.withAuthor(Member authorParam) Mutation.Builder.withCreateMember(Member createMemberParam)