Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.TypeWithJson
Packages that use TypeWithJson
Package
Description
-
Uses of TypeWithJson in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap that return TypeWithJsonMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap that return types with arguments of type TypeWithJsonModifier and TypeMethodDescriptionMyQueryType.getJsonsWithInput()TheSubscriptionType.getJsonsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap 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_monomap 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_monomap.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.util that return types with arguments of type TypeWithJsonModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Map<TypeWithJson,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.Mono<Map<TypeWithJson,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.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.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_monomap.util with type arguments of type TypeWithJsonModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Map<TypeWithJson,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.Mono<Map<TypeWithJson,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.