Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.TypeWithObject
Packages that use TypeWithObject
Package
Description
-
Uses of TypeWithObject in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return TypeWithObjectModifier and TypeMethodDescriptionTypeWithObject.Builder.build()MyQueryType.getObjectWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return types with arguments of type TypeWithObjectModifier and TypeMethodDescriptionMyQueryType.getObjectsWithInput()TheSubscriptionType.getObjectsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectWithInput(TypeWithObject objectWithInput) MyQueryType.Builder.withObjectWithInput(TypeWithObject objectWithInputParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with type arguments of type TypeWithObjectModifier and TypeMethodDescriptionvoidMyQueryType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) voidTheSubscriptionType.setObjectsWithInput(List<TypeWithObject> objectsWithInput) MyQueryType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) TheSubscriptionType.Builder.withObjectsWithInput(List<TypeWithObject> objectsWithInputParam) -
Uses of TypeWithObject in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with parameters of type TypeWithObjectModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithObject.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject origin, String test, Date date, Long _long, Boolean _boolean, Episode _enum, Object object, List<Object> objects) This method loads the data for TypeWithObject.withArguments.TypeWithObjectController.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithObject origin, String test, Date date, Long _long, Boolean _boolean, String _enum, Object object, List<Object> objects) This method loads the data for ${dataFetcher.graphQLType}.withArguments.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type TypeWithObjectModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Object>DataFetchersDelegateTypeWithObject.objects(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TypeWithObject> keys) This methods loads the data for ${dataFetcher.graphQLType}.objects.reactor.core.publisher.Flux<Object>TypeWithObjectController.objects(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TypeWithObject> keys) This methods loads the data for ${dataFetcher.graphQLType}.objects.