Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.TypeWithJson
Packages that use TypeWithJson
Package
Description
-
Uses of TypeWithJson in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that return TypeWithJsonMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that return types with arguments of type TypeWithJsonModifier and TypeMethodDescriptionMyQueryType.getJsonsWithInput()TheSubscriptionType.getJsonsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map 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_map 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_map.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.util that return types with arguments of type TypeWithJsonModifier and TypeMethodDescriptionMap<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.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_map.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_map.util with type arguments of type TypeWithJsonModifier and TypeMethodDescriptionMap<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.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.