Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.AllFieldCases
Packages that use AllFieldCases
Package
Description
-
Uses of AllFieldCases in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return AllFieldCasesModifier and TypeMethodDescriptionAllFieldCases.Builder.build()
MyQueryType.getAllFieldCases()
################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.getAllGraphQLCasesInput()
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.getAllGraphQLCasesParam()
AnotherMutationType.getCreateAllFieldCases()
AllFieldCases.getIssue66()
MyQueryType.getWithListOfList()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoid
MyQueryType.setAllFieldCases
(AllFieldCases allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases Objectvoid
TheSubscriptionType.setAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
TheSubscriptionType.setAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParam) void
AnotherMutationType.setCreateAllFieldCases
(AllFieldCases createAllFieldCases) void
AllFieldCases.setIssue66
(AllFieldCases issue66) void
MyQueryType.setWithListOfList
(AllFieldCases withListOfList) MyQueryType.Builder.withAllFieldCases
(AllFieldCases allFieldCasesParam) ################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.Builder.withAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.Builder.withAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParamParam) AnotherMutationType.Builder.withCreateAllFieldCases
(AllFieldCases createAllFieldCasesParam) AllFieldCases.Builder.withIssue66
(AllFieldCases issue66Param) MyQueryType.Builder.withWithListOfList
(AllFieldCases withListOfListParam) -
Uses of AllFieldCases in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util that return types with arguments of type AllFieldCasesModifier and TypeMethodDescriptiondefault List<AllFieldCases>
DataFetchersDelegateAllFieldCases.batchLoader
(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.default List<AllFieldCases>
DataFetchersDelegateAllFieldCases.unorderedReturnBatchLoader
(List<UUID> 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.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with parameters of type AllFieldCasesModifier and TypeMethodDescriptionAllFieldCasesController._break
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, String _if) This method loads the data for ${dataFetcher.graphQLType}.break.DataFetchersDelegateAllFieldCases._break
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, String _if) This method loads the data for AllFieldCases.break.AllFieldCasesController.age
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, String unit) This method loads the data for ${dataFetcher.graphQLType}.age.DataFetchersDelegateAllFieldCases.age
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, Unit unit) This method loads the data for AllFieldCases.age.AllFieldCasesController.forname
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, Boolean uppercase, String textToAppendToTheForname) This method loads the data for ${dataFetcher.graphQLType}.forname.DataFetchersDelegateAllFieldCases.forname
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, Boolean uppercase, String textToAppendToTheForname) This method loads the data for AllFieldCases.forname.AllFieldCasesController.issue65
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, List<FieldParameterInput> inputs) This method loads the data for ${dataFetcher.graphQLType}.issue65.DataFetchersDelegateAllFieldCases.issue65
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, List<FieldParameterInput> inputs) This method loads the data for AllFieldCases.issue65.AllFieldCasesController.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCases> dataLoader, AllFieldCases origin, List<AllFieldCasesInput> input) This method loads the data for ${dataFetcher.graphQLType}.issue66.DataFetchersDelegateAllFieldCases.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCases> dataLoader, AllFieldCases origin, List<AllFieldCasesInput> input) This method loads the data for AllFieldCases.issue66.AllFieldCasesController.listWithIdSubTypes
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin, Long nbItems, Date date, List<Date> dates, Boolean uppercaseName, String textToAppendToTheForname) This method loads the data for ${dataFetcher.graphQLType}.listWithIdSubTypes.DataFetchersDelegateAllFieldCases.listWithIdSubTypes
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin, Long nbItems, Date date, List<Date> dates, Boolean uppercaseName, String textToAppendToTheForname) This method loads the data for AllFieldCases.listWithIdSubTypes.AllFieldCasesController.listWithoutIdSubTypes
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, Long nbItems, FieldParameterInput input, String textToAppendToTheForname) This method loads the data for ${dataFetcher.graphQLType}.listWithoutIdSubTypes.DataFetchersDelegateAllFieldCases.listWithoutIdSubTypes
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, Long nbItems, FieldParameterInput input, String textToAppendToTheForname) This method loads the data for AllFieldCases.listWithoutIdSubTypes.AllFieldCasesController.oneWithIdSubType
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin, Boolean uppercase) This method loads the data for ${dataFetcher.graphQLType}.oneWithIdSubType.DataFetchersDelegateAllFieldCases.oneWithIdSubType
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin, Boolean uppercase) This method loads the data for AllFieldCases.oneWithIdSubType.AllFieldCasesController.oneWithoutIdSubType
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, FieldParameterInput input) This method loads the data for ${dataFetcher.graphQLType}.oneWithoutIdSubType.DataFetchersDelegateAllFieldCases.oneWithoutIdSubType
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin, FieldParameterInput input) This method loads the data for AllFieldCases.oneWithoutIdSubType.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with type arguments of type AllFieldCasesModifier and TypeMethodDescriptionAllFieldCasesController.aliases
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.aliases.DataFetchersDelegateAllFieldCases.aliases
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.aliases.AllFieldCasesController.booleans
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.booleans.DataFetchersDelegateAllFieldCases.booleans
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.booleans.AllFieldCasesController.comments
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.comments.DataFetchersDelegateAllFieldCases.comments
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.comments.AllFieldCasesController.dates
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.dates.DataFetchersDelegateAllFieldCases.dates
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.dates.AllFieldCasesController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateAllFieldCases.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.AllFieldCasesController.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCases> dataLoader, AllFieldCases origin, List<AllFieldCasesInput> input) This method loads the data for ${dataFetcher.graphQLType}.issue66.DataFetchersDelegateAllFieldCases.issue66
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCases> dataLoader, AllFieldCases origin, List<AllFieldCasesInput> input) This method loads the data for AllFieldCases.issue66.AllFieldCasesController.matrix
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.matrix.DataFetchersDelegateAllFieldCases.matrix
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.matrix.AllFieldCasesController.oneWithoutFieldParameter
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.oneWithoutFieldParameter.DataFetchersDelegateAllFieldCases.oneWithoutFieldParameter
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.oneWithoutFieldParameter.AllFieldCasesController.planets
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.planets.DataFetchersDelegateAllFieldCases.planets
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.planets.