Index

B C G I O R S T U 
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 GraphQL using the specified GraphQL.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 DataLoaderRegistry consumers.
configureDataLoaderRegistry(Consumer<DataLoaderRegistry>...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
Adds the DataLoaderRegistry consumers.
configureGraphql(GraphqlConfigurator...) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
Adds the GraphqlConfigurator consumers.
configureGraphql(Iterable<? extends GraphqlConfigurator>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
Adds the GraphqlConfigurator consumers.

G

GraphqlConfigurator - Interface in com.linecorp.armeria.server.graphql
Interface used to configure the GraphQL.
GraphqlService - Interface in com.linecorp.armeria.server.graphql
An HttpService that implements the GraphQL.
GraphqlServiceBuilder - Class in com.linecorp.armeria.server.graphql
Constructs a GraphqlService to serve GraphQL within Armeria.

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
runtimeWiring(Iterable<? extends RuntimeWiringConfigurator>) - Method in class com.linecorp.armeria.server.graphql.GraphqlServiceBuilder
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.
B C G I O R S T U 
All Classes and Interfaces|All Packages