Uses of Class
org.junittest.forum_client_springconfiguration.Topic
Packages that use Topic
-
Uses of Topic in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return TopicModifier and TypeMethodDescriptionTopic.Builder.build()MutationExecutorMySchema.createTopic(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationExecutorMySchema.createTopic(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query on the createTopic mutation against the GraphQL server.MutationExecutorMySchema.createTopicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationExecutorMySchema.createTopicWithBindValues(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query on the createTopic mutation against the GraphQL server.Mutation.getCreateTopic()Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type TopicModifier and TypeMethodDescriptionMutationReactiveExecutorMySchema.createTopic(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createTopic(String queryResponseDef, TopicInput topic, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationReactiveExecutorMySchema.createTopicWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, TopicInput topic, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationReactiveExecutorMySchema.createTopicWithBindValues(String queryResponseDef, TopicInput topic, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryExecutorMySchema.findTopics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryExecutorMySchema.findTopics(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) This method executes a partial query on the findTopics query against the GraphQL server.QueryReactiveExecutorMySchema.findTopics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryReactiveExecutorMySchema.findTopics(String queryResponseDef, String boardName, List<String> keyword, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryExecutorMySchema.findTopicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.findTopicsWithBindValues(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) This method executes a partial query on the findTopics query against the GraphQL server.QueryReactiveExecutorMySchema.findTopicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, List<String> keyword, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorMySchema.findTopicsWithBindValues(String queryResponseDef, String boardName, List<String> keyword, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Query.getFindTopics()Board.getTopics()Query.getTopics()QueryExecutorMySchema.topics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the topics query against the GraphQL server.QueryReactiveExecutorMySchema.topics(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryReactiveExecutorMySchema.topics(String queryResponseDef, String boardName, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryExecutorMySchema.topicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryExecutorMySchema.topicsWithBindValues(String queryResponseDef, String boardName, Map<String, Object> parameters) This method executes a partial query on the topics query against the GraphQL server.QueryReactiveExecutorMySchema.topicsWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String boardName, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryReactiveExecutorMySchema.topicsWithBindValues(String queryResponseDef, String boardName, 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 TopicModifier and TypeMethodDescriptionvoidMutation.setCreateTopic(Topic createTopic) Mutation.Builder.withCreateTopic(Topic createTopicParam) Method parameters in org.junittest.forum_client_springconfiguration with type arguments of type TopicModifier and TypeMethodDescriptionvoidQuery.setFindTopics(List<Topic> findTopics) voidvoidQuery.Builder.withFindTopics(List<Topic> findTopicsParam) Board.Builder.withTopics(List<Topic> topicsParam) Query.Builder.withTopics(List<Topic> topicsParam)