Uses of Class
org.junittest.forum_server_springconfiguration.Topic
Packages that use Topic
-
Uses of Topic in org.junittest.forum_server_springconfiguration
Methods in org.junittest.forum_server_springconfiguration that return TopicMethods in org.junittest.forum_server_springconfiguration that return types with arguments of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateTopic.batchLoader
(List<String> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Query.getFindTopics()
Board.getTopics()
Query.getTopics()
DataFetchersDelegateTopic.unorderedReturnBatchLoader
(List<String> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Methods in org.junittest.forum_server_springconfiguration with parameters of type TopicModifier and TypeMethodDescriptionDataFetchersDelegateTopic.author
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Member> dataLoader, Topic origin) This method loads the data for Topic.author.TopicController.author
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Member> dataLoader, Topic origin) This method loads the data for ${dataFetcher.graphQLType}.author.DataFetchersDelegateTopic.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Post> dataLoader, Topic origin, String memberId, String memberName, Date since) This method loads the data for Topic.posts.TopicController.posts
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Post> dataLoader, Topic origin, String memberId, String memberName, Date since) This method loads the data for ${dataFetcher.graphQLType}.posts.void
Mutation.setCreateTopic
(Topic createTopic) Mutation.Builder.withCreateTopic
(Topic createTopicParam) Method parameters in org.junittest.forum_server_springconfiguration with type arguments of type TopicModifier and TypeMethodDescriptionvoid
Query.setFindTopics
(List<Topic> findTopics) void
void
BoardController.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Topic> dataLoader, Board origin, Date since) This method loads the data for ${dataFetcher.graphQLType}.topics.DataFetchersDelegateBoard.topics
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<String, Topic> dataLoader, Board origin, Date since) This method loads the data for Board.topics.Query.Builder.withFindTopics
(List<Topic> findTopicsParam) Board.Builder.withTopics
(List<Topic> topicsParam) Query.Builder.withTopics
(List<Topic> topicsParam)