Uses of Class
org.junittest.customtemplates_server_springconfiguration.AllFieldCases
Packages that use AllFieldCases
-
Uses of AllFieldCases in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration 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.customtemplates_server_springconfiguration 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.customtemplates_server_springconfiguration with parameters of type AllFieldCasesModifier and TypeMethodDescriptionAllFieldCasesController.aliases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.aliases.DataFetchersDelegateAllFieldCases.aliases
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.aliases.AllFieldCasesController.booleans
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.booleans.DataFetchersDelegateAllFieldCases.booleans
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.booleans.AllFieldCasesController.comments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.comments.DataFetchersDelegateAllFieldCases.comments
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.comments.AllFieldCasesController.dates
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.dates.DataFetchersDelegateAllFieldCases.dates
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.dates.AllFieldCasesController.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateAllFieldCases.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.friends.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.matrix
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.matrix.DataFetchersDelegateAllFieldCases.matrix
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.matrix.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.oneWithoutFieldParameter
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.oneWithoutFieldParameter.DataFetchersDelegateAllFieldCases.oneWithoutFieldParameter
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, AllFieldCasesWithIdSubtype> dataLoader, AllFieldCases origin) This method loads the data for AllFieldCases.oneWithoutFieldParameter.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.AllFieldCasesController.planets
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.planets.DataFetchersDelegateAllFieldCases.planets
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, AllFieldCases origin) This method loads the data for AllFieldCases.planets.void
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) Method parameters in org.junittest.customtemplates_server_springconfiguration with type arguments of type AllFieldCasesModifier and TypeMethodDescriptionAllFieldCasesController.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.