Index
All Classes and Interfaces|All Packages
B
- build() - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Creates a
GraphqlService. - builder() - Static method in interface com.linecorp.armeria.server.graphql.GraphqlService
-
Returns a new
GraphqlServiceBuilder.
C
- com.linecorp.armeria.server.graphql - package com.linecorp.armeria.server.graphql
-
GraphQL-related server classes.
- configure(GraphQL.Builder) - Method in interface com.linecorp.armeria.server.graphql.GraphqlConfigurator
-
Configures the
GraphQLusing the specifiedGraphQL.Builder. - configure(RuntimeWiring.Builder) - Method in interface com.linecorp.armeria.server.graphql.RuntimeWiringConfigurator
-
Configures the service using the specified
RuntimeWiring.Builder. - configureDataLoaderRegistry(Iterable<? extends Consumer<? super DataLoaderRegistry>>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
DataLoaderRegistryconsumers. - configureDataLoaderRegistry(Consumer<DataLoaderRegistry>...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
DataLoaderRegistryconsumers. - configureGraphql(GraphqlConfigurator...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
GraphqlConfiguratorconsumers. - configureGraphql(Iterable<? extends GraphqlConfigurator>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
GraphqlConfiguratorconsumers.
G
- get(GraphQLContext) - Static method in class com.linecorp.armeria.server.graphql.GraphqlServiceContexts
-
Retrieves the current
ServiceRequestContextfrom the specifiedGraphQLContext. - get(DataFetchingEnvironment) - Static method in class com.linecorp.armeria.server.graphql.GraphqlServiceContexts
-
Retrieves the current
ServiceRequestContextfrom the specifiedDataFetchingEnvironment. - GraphqlConfigurator - Interface in com.linecorp.armeria.server.graphql
-
Interface used to configure the
GraphQL. - GraphqlService - Interface in com.linecorp.armeria.server.graphql
-
An
HttpServicethat implements the GraphQL. - GraphqlServiceBuilder - Class in com.linecorp.armeria.server.graphql
-
Constructs a
GraphqlServiceto serve GraphQL within Armeria. - GraphqlServiceContexts - Class in com.linecorp.armeria.server.graphql
-
Retrieves the current
ServiceRequestContextfrom aGraphQLContextorDataFetchingEnvironment.
I
- instrumentation(Instrumentation...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
Instrumentations. - instrumentation(Iterable<? extends Instrumentation>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
Instrumentations.
O
- of(GraphQL) - Static method in interface com.linecorp.armeria.server.graphql.GraphqlService
-
Returns a new
GraphqlService.
R
- runtimeWiring(RuntimeWiringConfigurator...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
RuntimeWiringConfigurators. - runtimeWiring(Iterable<? extends RuntimeWiringConfigurator>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
RuntimeWiringConfigurators. - RuntimeWiringConfigurator - Interface in com.linecorp.armeria.server.graphql
-
Interface used to configure a scala type, data fetcher, directives, etc on the GraphQL service.
S
- schema(GraphQLSchema) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Sets the
GraphQLSchema. - schemaFile(File...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the schema
Files. - schemaFile(Iterable<? extends File>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the schema
Files. - schemaUrls(Iterable<String>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the schema loaded from the given URLs.
- schemaUrls(String...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the schema loaded from the given URLs.
T
- typeVisitors(GraphQLTypeVisitor...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
GraphQLTypeVisitors. - typeVisitors(Iterable<? extends GraphQLTypeVisitor>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Adds the
GraphQLTypeVisitors.
U
- useBlockingTaskExecutor(boolean) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
-
Sets whether the service executes service methods using the blocking executor.
All Classes and Interfaces|All Packages