Uses of Interface
io.leangen.graphql.module.Module
-
Packages that use Module Package Description io.leangen.graphql io.leangen.graphql.module io.leangen.graphql.module.common.gson io.leangen.graphql.module.common.jackson io.leangen.graphql.util -
-
Uses of Module in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type Module Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withModules(Module... modules)Method parameters in io.leangen.graphql with type arguments of type Module Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withModules(ExtensionProvider<GeneratorConfiguration,Module> provider) -
Uses of Module in io.leangen.graphql.module
Subinterfaces of Module in io.leangen.graphql.module Modifier and Type Interface Description interfaceSimpleModule -
Uses of Module in io.leangen.graphql.module.common.gson
Classes in io.leangen.graphql.module.common.gson that implement Module Modifier and Type Class Description classGsonModule -
Uses of Module in io.leangen.graphql.module.common.jackson
Classes in io.leangen.graphql.module.common.jackson that implement Module Modifier and Type Class Description classJacksonModule -
Uses of Module in io.leangen.graphql.util
Methods in io.leangen.graphql.util that return types with arguments of type Module Modifier and Type Method Description static List<Module>Defaults. modules()
-