Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.Human
Packages that use Human
Package
Description
-
Uses of Human in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()
AnotherMutationType.getCreateHuman()
ReservedJavaKeywordAsObjectField.getIf()
ReservedJavaKeywordAsObjectField.getImplements()
ReservedJavaKeywordAsObjectField.getImport()
ReservedJavaKeywordAsObjectField.getInstanceof()
ReservedJavaKeywordAllFieldCases.getInt()
A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.getInt()
ReservedJavaKeywordAsObjectField.getInterface()
ReservedJavaKeywordAsObjectField.getLong()
ReservedJavaKeywordAsObjectField.getNative()
ReservedJavaKeywordAsObjectField.getNew()
ReservedJavaKeywordAsObjectField.getPackage()
ReservedJavaKeywordAsObjectField.getPrivate()
ReservedJavaKeywordAsObjectField.getProtected()
ReservedJavaKeywordAsObjectField.getPublic()
ReservedJavaKeywordAsObjectField.getReturn()
ReservedJavaKeywordAsObjectField.getShort()
ReservedJavaKeywordAsObjectField.getStatic()
ReservedJavaKeywordAsObjectField.getStrictfp()
TheSubscriptionType.getSubscribeNewHumanForEpisode()
Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.getSuper()
ReservedJavaKeywordAsObjectField.getSwitch()
ReservedJavaKeywordAsObjectField.getSynchronized()
ReservedJavaKeywordAsObjectField.getThis()
ReservedJavaKeywordAsObjectField.getThrow()
ReservedJavaKeywordAsObjectField.getThrows()
ReservedJavaKeywordAsObjectField.getTransient()
ReservedJavaKeywordAsObjectField.getTry()
ReservedJavaKeywordAsObjectField.getVoid()
ReservedJavaKeywordAsObjectField.getVolatile()
ReservedJavaKeywordAsObjectField.getWhile()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return types with arguments of type HumanModifier and TypeMethodDescriptionMyQueryType.getConnectionOnHuman()
AllFieldCases.getFriends()
AllFieldCasesInterface.getFriends()
AllFieldCasesInterfaceType.getFriends()
AllFieldCasesInterfaceType.getFriendsHuman()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type HumanModifier and TypeMethodDescriptionvoid
AnotherMutationType.setCreateHuman
(Human createHuman) void
void
ReservedJavaKeywordAsObjectField.setImplements
(Human _implements) void
void
ReservedJavaKeywordAsObjectField.setInstanceof
(Human _instanceof) void
A field with a java reserved name which is an object typevoid
void
ReservedJavaKeywordAsObjectField.setInterface
(Human _interface) void
void
void
void
ReservedJavaKeywordAsObjectField.setPackage
(Human _package) void
ReservedJavaKeywordAsObjectField.setPrivate
(Human _private) void
ReservedJavaKeywordAsObjectField.setProtected
(Human _protected) void
void
void
void
void
ReservedJavaKeywordAsObjectField.setStrictfp
(Human _strictfp) void
TheSubscriptionType.setSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisode) Will be notified for each Human added to this Episodevoid
void
void
ReservedJavaKeywordAsObjectField.setSynchronized
(Human _synchronized) void
void
void
void
ReservedJavaKeywordAsObjectField.setTransient
(Human _transient) void
void
void
ReservedJavaKeywordAsObjectField.setVolatile
(Human _volatile) void
AnotherMutationType.Builder.withCreateHuman
(Human createHumanParam) ReservedJavaKeywordAsObjectField.Builder.withImplements
(Human _implementsParam) ReservedJavaKeywordAsObjectField.Builder.withImport
(Human _importParam) ReservedJavaKeywordAsObjectField.Builder.withInstanceof
(Human _instanceofParam) A field with a java reserved name which is an object typeReservedJavaKeywordAsObjectField.Builder.withInterface
(Human _interfaceParam) ReservedJavaKeywordAsObjectField.Builder.withNative
(Human _nativeParam) ReservedJavaKeywordAsObjectField.Builder.withPackage
(Human _packageParam) ReservedJavaKeywordAsObjectField.Builder.withPrivate
(Human _privateParam) ReservedJavaKeywordAsObjectField.Builder.withProtected
(Human _protectedParam) ReservedJavaKeywordAsObjectField.Builder.withPublic
(Human _publicParam) ReservedJavaKeywordAsObjectField.Builder.withReturn
(Human _returnParam) ReservedJavaKeywordAsObjectField.Builder.withStatic
(Human _staticParam) ReservedJavaKeywordAsObjectField.Builder.withStrictfp
(Human _strictfpParam) TheSubscriptionType.Builder.withSubscribeNewHumanForEpisode
(Human subscribeNewHumanForEpisodeParam) Will be notified for each Human added to this EpisodeReservedJavaKeywordAsObjectField.Builder.withSwitch
(Human _switchParam) ReservedJavaKeywordAsObjectField.Builder.withSynchronized
(Human _synchronizedParam) ReservedJavaKeywordAsObjectField.Builder.withThrows
(Human _throwsParam) ReservedJavaKeywordAsObjectField.Builder.withTransient
(Human _transientParam) ReservedJavaKeywordAsObjectField.Builder.withVolatile
(Human _volatileParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with type arguments of type HumanModifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionOnHuman
(List<Human> connectionOnHuman) void
AllFieldCases.setFriends
(List<Human> friends) void
AllFieldCasesInterface.setFriends
(List<Human> friends) void
AllFieldCasesInterfaceType.setFriends
(List<Human> friends) MyQueryType.Builder.withConnectionOnHuman
(List<Human> connectionOnHumanParam) AllFieldCases.Builder.withFriends
(List<Human> friendsParam) AllFieldCasesInterfaceType.Builder.withFriends
(List<Human> friendsParam) -
Uses of Human in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util that return types with arguments of type HumanModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._implements
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.implements.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._implements
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.implements.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._import
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.import.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._import
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.import.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._instanceof
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.instanceof.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._instanceof
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.instanceof.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAllFieldCases._int
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.int.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._int
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.int.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAllFieldCasesController._int
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.int.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._int
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.int.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._interface
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.interface.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._interface
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.interface.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._long
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.long.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._long
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.long.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._native
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.native.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._native
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.native.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._new
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.new.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._new
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.new.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._package
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.package.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._package
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.package.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._private
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.private.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._private
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.private.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._protected
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.protected.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._protected
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.protected.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._public
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.public.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._public
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.public.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._return
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.return.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._return
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.return.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._short
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.short.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._short
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.short.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._static
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.static.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._static
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.static.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._strictfp
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.strictfp.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._strictfp
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.strictfp.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._super
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.super.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._super
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.super.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._switch
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.switch.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._switch
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.switch.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._synchronized
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.synchronized.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._synchronized
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.synchronized.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._this
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.this.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._this
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.this.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._throw
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.throw.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._throw
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.throw.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._throws
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.throws.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._throws
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.throws.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._transient
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.transient.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._transient
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.transient.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._try
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.try.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._try
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.try.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._void
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.void.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._void
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.void.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._volatile
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.volatile.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._volatile
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.volatile.reactor.core.publisher.Flux<Human>
DataFetchersDelegateReservedJavaKeywordAsObjectField._while
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.while.reactor.core.publisher.Flux<Human>
ReservedJavaKeywordAsObjectFieldController._while
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys) This methods loads the data for ${dataFetcher.graphQLType}.while.DataFetchersDelegateHuman.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.reactor.core.publisher.Flux<Human>
AllFieldCasesController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Human>
AllFieldCasesInterfaceController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCasesInterface> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Human>
AllFieldCasesInterfaceTypeController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCasesInterfaceType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Human>
DataFetchersDelegateAllFieldCases.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCases> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Human>
DataFetchersDelegateAllFieldCasesInterface.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCasesInterface> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Human>
DataFetchersDelegateAllFieldCasesInterfaceType.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<AllFieldCasesInterfaceType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateHuman.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_flux.util with parameters of type HumanModifier and TypeMethodDescriptionDataFetchersDelegateHuman.name
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin, Boolean uppercase) This method loads the data for Human.name.HumanController.name
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin, Boolean uppercase) This method loads the data for ${dataFetcher.graphQLType}.name.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type HumanModifier and TypeMethodDescriptionDataFetchersDelegateReservedJavaKeywordAsObjectField._if
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, Human> dataLoader, ReservedJavaKeywordAsObjectField origin, String _new, String _package, String _private) This method loads the data for ReservedJavaKeywordAsObjectField.if.ReservedJavaKeywordAsObjectFieldController._if
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, Human> dataLoader, ReservedJavaKeywordAsObjectField origin, String _new, String _package, String _private) This method loads the data for ${dataFetcher.graphQLType}.if.reactor.core.publisher.Flux<Episode>
DataFetchersDelegateHuman.appearsIn
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Episode>
HumanController.appearsIn
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Character>
DataFetchersDelegateHuman.bestFriend
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.bestFriend.reactor.core.publisher.Flux<Character>
HumanController.bestFriend
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.bestFriend.reactor.core.publisher.Flux<String>
DataFetchersDelegateHuman.comments
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.comments.reactor.core.publisher.Flux<String>
HumanController.comments
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.comments.reactor.core.publisher.Flux<Character>
DataFetchersDelegateHuman.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>
HumanController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.