Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ActionMovie - Class in com.netflix.graphql.dgs.example.shared.types
- ActionMovie() - Constructor for class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- ActionMovie(String, String, int) - Constructor for class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- addRating(RatingInput) - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.RatingMutation
C
- com.netflix.graphql.dgs.example.datafetcher - package com.netflix.graphql.dgs.example.datafetcher
- com.netflix.graphql.dgs.example.shared - package com.netflix.graphql.dgs.example.shared
- com.netflix.graphql.dgs.example.shared.context - package com.netflix.graphql.dgs.example.shared.context
- com.netflix.graphql.dgs.example.shared.datafetcher - package com.netflix.graphql.dgs.example.shared.datafetcher
- com.netflix.graphql.dgs.example.shared.dataLoader - package com.netflix.graphql.dgs.example.shared.dataLoader
- com.netflix.graphql.dgs.example.shared.instrumentation - package com.netflix.graphql.dgs.example.shared.instrumentation
- com.netflix.graphql.dgs.example.shared.types - package com.netflix.graphql.dgs.example.shared.types
- concurrent1() - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.ConcurrentDataFetcher
- concurrent2() - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.ConcurrentDataFetcher
- ConcurrentDataFetcher - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- ConcurrentDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.ConcurrentDataFetcher
- CONTEXT_CONTRIBUTOR_HEADER_NAME - Static variable in class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- CONTEXT_CONTRIBUTOR_HEADER_VALUE - Static variable in class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- contribute(GraphQLContext.Builder, Map<String, ?>, DgsRequestData) - Method in class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- CONTRIBUTOR_ENABLED_CONTEXT_KEY - Static variable in class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- CONTRIBUTOR_ENABLED_CONTEXT_VALUE - Static variable in class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- createState(InstrumentationCreateStateParameters) - Method in class com.netflix.graphql.dgs.example.shared.instrumentation.ExampleInstrumentationDependingOnContextContributor
- CurrentTimeDateFetcher - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- CurrentTimeDateFetcher() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.CurrentTimeDateFetcher
D
- director() - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.MovieDataFetcher
E
- equals(Object) - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- equals(Object) - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- ExampleGraphQLContextContributor - Class in com.netflix.graphql.dgs.example.shared.context
-
Example GraphQLContextContributor that works with either webflux or mvc based stacks.
- ExampleGraphQLContextContributor() - Constructor for class com.netflix.graphql.dgs.example.shared.context.ExampleGraphQLContextContributor
- ExampleInstrumentationDependingOnContextContributor - Class in com.netflix.graphql.dgs.example.shared.instrumentation
-
Example Instrumentation that depends on the fact that ContextContributors have already been invoked.
- ExampleInstrumentationDependingOnContextContributor() - Constructor for class com.netflix.graphql.dgs.example.shared.instrumentation.ExampleInstrumentationDependingOnContextContributor
- ExampleLoaderWithContext - Class in com.netflix.graphql.dgs.example.shared.dataLoader
- ExampleLoaderWithContext() - Constructor for class com.netflix.graphql.dgs.example.shared.dataLoader.ExampleLoaderWithContext
- ExampleLoaderWithGraphQLContext - Class in com.netflix.graphql.dgs.example.shared.dataLoader
- ExampleLoaderWithGraphQLContext() - Constructor for class com.netflix.graphql.dgs.example.shared.dataLoader.ExampleLoaderWithGraphQLContext
- ExtraCodeRegistry - Class in com.netflix.graphql.dgs.example.shared
- ExtraCodeRegistry() - Constructor for class com.netflix.graphql.dgs.example.shared.ExtraCodeRegistry
- ExtraTypeDefinitionRegistry - Class in com.netflix.graphql.dgs.example.shared
- ExtraTypeDefinitionRegistry() - Constructor for class com.netflix.graphql.dgs.example.shared.ExtraTypeDefinitionRegistry
G
- getAvgStars() - Method in class com.netflix.graphql.dgs.example.shared.types.Rating
- getCustomState() - Method in class com.netflix.graphql.dgs.example.shared.context.MyContext
- getDirector() - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- getDirector() - Method in interface com.netflix.graphql.dgs.example.shared.types.Movie
- getDirector() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- getGory() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- getInfo() - Method in class com.netflix.graphql.dgs.example.shared.types.Message
- getMessage(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- getMessageScheduled(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- getMessagesWithException(DgsDataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- getMessageWithException(DgsDataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- getName() - Method in class com.netflix.graphql.dgs.example.shared.types.Stock
- getNrOfExplosions() - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- getPrice() - Method in class com.netflix.graphql.dgs.example.shared.types.Stock
- getScareFactor() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- getTitle() - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- getTitle() - Method in interface com.netflix.graphql.dgs.example.shared.types.Movie
- getTitle() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
H
- hashCode() - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- hashCode() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- headers(DgsDataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.RequestHeadersDataFetcher
- hello(String) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- HelloDataFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
- HelloDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
I
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters, InstrumentationState) - Method in class com.netflix.graphql.dgs.example.shared.instrumentation.ExampleInstrumentationDependingOnContextContributor
L
- load(List<String>) - Method in class com.netflix.graphql.dgs.example.shared.dataLoader.MessageDataLoader
- load(List<String>) - Method in class com.netflix.graphql.dgs.example.shared.dataLoader.MessageDataLoaderWithDispatchPredicate
- load(List<String>, BatchLoaderEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.dataLoader.ExampleLoaderWithContext
- load(List<String>, BatchLoaderEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.dataLoader.ExampleLoaderWithGraphQLContext
- load(List<String>, BatchLoaderEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.dataLoader.MessagesDataLoaderWithException
M
- Message - Class in com.netflix.graphql.dgs.example.shared.types
- Message(String) - Constructor for class com.netflix.graphql.dgs.example.shared.types.Message
- MessageDataLoader - Class in com.netflix.graphql.dgs.example.shared.dataLoader
- MessageDataLoader() - Constructor for class com.netflix.graphql.dgs.example.shared.dataLoader.MessageDataLoader
- MessageDataLoaderWithDispatchPredicate - Class in com.netflix.graphql.dgs.example.shared.dataLoader
- MessageDataLoaderWithDispatchPredicate() - Constructor for class com.netflix.graphql.dgs.example.shared.dataLoader.MessageDataLoaderWithDispatchPredicate
- MessagesDataLoaderWithException - Class in com.netflix.graphql.dgs.example.shared.dataLoader
- MessagesDataLoaderWithException() - Constructor for class com.netflix.graphql.dgs.example.shared.dataLoader.MessagesDataLoaderWithException
- Movie - Interface in com.netflix.graphql.dgs.example.shared.types
- MovieDataFetcher - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- MovieDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.MovieDataFetcher
- movies(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.MovieDataFetcher
- MyContext - Class in com.netflix.graphql.dgs.example.shared.context
- MyContext() - Constructor for class com.netflix.graphql.dgs.example.shared.context.MyContext
N
- now() - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.CurrentTimeDateFetcher
R
- Rating - Class in com.netflix.graphql.dgs.example.shared.types
- Rating(double) - Constructor for class com.netflix.graphql.dgs.example.shared.types.Rating
- RatingMutation - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- RatingMutation() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.RatingMutation
- referer(List<String>) - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.RequestHeadersDataFetcher
- registry() - Method in class com.netflix.graphql.dgs.example.shared.ExtraTypeDefinitionRegistry
- registry(GraphQLCodeRegistry.Builder, TypeDefinitionRegistry) - Method in class com.netflix.graphql.dgs.example.shared.ExtraCodeRegistry
- RequestHeadersDataFetcher - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- RequestHeadersDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.RequestHeadersDataFetcher
S
- ScaryMovie - Class in com.netflix.graphql.dgs.example.shared.types
- ScaryMovie() - Constructor for class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- ScaryMovie(String, String, boolean, int) - Constructor for class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- schedule(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.CurrentTimeDateFetcher
- setDirector(String) - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- setDirector(String) - Method in interface com.netflix.graphql.dgs.example.shared.types.Movie
- setDirector(String) - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- setGory(boolean) - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- setNrOfExplosions(int) - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- setScareFactor(int) - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- setTitle(String) - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- setTitle(String) - Method in interface com.netflix.graphql.dgs.example.shared.types.Movie
- setTitle(String) - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
- Stock - Class in com.netflix.graphql.dgs.example.shared.types
- Stock(String, double) - Constructor for class com.netflix.graphql.dgs.example.shared.types.Stock
- stocks() - Method in class com.netflix.graphql.dgs.example.shared.datafetcher.SubscriptionDataFetcher
- SubscriptionDataFetcher - Class in com.netflix.graphql.dgs.example.shared.datafetcher
- SubscriptionDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.shared.datafetcher.SubscriptionDataFetcher
T
- toString() - Method in class com.netflix.graphql.dgs.example.shared.types.ActionMovie
- toString() - Method in class com.netflix.graphql.dgs.example.shared.types.ScaryMovie
W
- withContext(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- withDataLoaderContext(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- withDataLoaderGraphQLContext(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- withGraphqlException() - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- withPagination(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
- withRuntimeException() - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
All Classes and Interfaces|All Packages|Constant Field Values