Uses of Enum Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.Episode
Packages that use Episode
Package
Description
-
Uses of Episode in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return EpisodeModifier and TypeMethodDescriptionstatic EpisodeEpisode.fromGraphQlValue(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).InputWithJson.getEnum()InputWithObject.getEnum()TypeWithJson.getEnum()TypeWithObject.getEnum()static EpisodeReturns the enum constant of this class with the specified name.static Episode[]Episode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacter.getAppearsIn()CharacterInput.getAppearsIn()Droid.getAppearsIn()DroidInput.getAppearsIn()Human.getAppearsIn()HumanInput.getAppearsIn()Droid.getAppearsInEpisode()Human.getAppearsInEpisode()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with parameters of type EpisodeModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with type arguments of type EpisodeModifier and TypeMethodDescriptionvoidCharacter.setAppearsIn(List<Episode> appearsIn) voidCharacterInput.setAppearsIn(List<Episode> appearsIn) voidDroid.setAppearsIn(List<Episode> appearsIn) voidDroidInput.setAppearsIn(List<Episode> appearsIn) voidHuman.setAppearsIn(List<Episode> appearsIn) voidHumanInput.setAppearsIn(List<Episode> appearsIn) CharacterInput.Builder.withAppearsIn(List<Episode> appearsInParam) Droid.Builder.withAppearsIn(List<Episode> appearsInParam) DroidInput.Builder.withAppearsIn(List<Episode> appearsInParam) Human.Builder.withAppearsIn(List<Episode> appearsInParam) HumanInput.Builder.withAppearsIn(List<Episode> appearsInParam) -
Uses of Episode in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util that return types with arguments of type EpisodeModifier and TypeMethodDescriptionCharacterController.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateCharacter.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateDroid.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateHuman.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.DroidController.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.HumanController.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with parameters of type EpisodeModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.connectionOnHuman(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String planet, Episode episode) This method loads the data for MyQueryType.connectionOnHuman.DataFetchersDelegateTheSubscriptionType.subscribeNewHumanForEpisode(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) Description for the subscribeNewHumanForEpisode field:
Will be notified for each Human added to this Episode
This method loads the data for TheSubscriptionType.subscribeNewHumanForEpisode.DataFetchersDelegateTypeWithJson.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.DataFetchersDelegateTypeWithObject.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.DataFetchersDelegateMyQueryType.withEnum(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Episode episode) This method loads the data for MyQueryType.withEnum.