Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.TypeWithJson
Packages that use TypeWithJson
Package
Description
-
Uses of TypeWithJson in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return TypeWithJsonMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return types with arguments of type TypeWithJsonModifier and TypeMethodDescriptionMyQueryType.getJsonsWithInput()TheSubscriptionType.getJsonsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type TypeWithJsonModifier and TypeMethodDescriptionvoidMyQueryType.setJsonWithInput(TypeWithJson jsonWithInput) MyQueryType.Builder.withJsonWithInput(TypeWithJson jsonWithInputParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with type arguments of type TypeWithJsonModifier and TypeMethodDescriptionvoidMyQueryType.setJsonsWithInput(List<TypeWithJson> jsonsWithInput) voidTheSubscriptionType.setJsonsWithInput(List<TypeWithJson> jsonsWithInput) MyQueryType.Builder.withJsonsWithInput(List<TypeWithJson> jsonsWithInputParam) TheSubscriptionType.Builder.withJsonsWithInput(List<TypeWithJson> jsonsWithInputParam) -
Uses of TypeWithJson 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 TypeWithJsonModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithJson.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithJson origin, String test, Date date, Long _long, Boolean _boolean, Episode _enum, com.fasterxml.jackson.databind.node.ObjectNode json, List<com.fasterxml.jackson.databind.node.ObjectNode> jsons) This method loads the data for TypeWithJson.withArguments.TypeWithJsonController.withArguments(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, TypeWithJson origin, String test, Date date, Long _long, Boolean _boolean, String _enum, Object jsonParam, List<Object> jsonsParam) 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 TypeWithJsonModifier and TypeMethodDescriptionreactor.core.publisher.Flux<com.fasterxml.jackson.databind.node.ObjectNode>DataFetchersDelegateTypeWithJson.jsons(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TypeWithJson> keys) This methods loads the data for ${dataFetcher.graphQLType}.jsons.reactor.core.publisher.Flux<com.fasterxml.jackson.databind.node.ObjectNode>TypeWithJsonController.jsons(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TypeWithJson> keys) This methods loads the data for ${dataFetcher.graphQLType}.jsons.