Uses of Interface
io.fria.lilo.SchemaSource
-
Packages that use SchemaSource Package Description io.fria.lilo -
-
Uses of SchemaSource in io.fria.lilo
Classes in io.fria.lilo that implement SchemaSource Modifier and Type Class Description classDefinedSchemaSourceclassRemoteSchemaSourceMethods in io.fria.lilo that return SchemaSource Modifier and Type Method Description static @NotNull SchemaSourceDefinedSchemaSource. create(@NotNull String schemaName, @NotNull String definition, @NotNull graphql.schema.idl.RuntimeWiring runtimeWiring)static @NotNull SchemaSourceRemoteSchemaSource. create(@NotNull String schemaName, @NotNull io.fria.lilo.IntrospectionRetriever<?> introspectionRetriever, @NotNull io.fria.lilo.QueryRetriever<?> queryRetriever)Methods in io.fria.lilo that return types with arguments of type SchemaSource Modifier and Type Method Description @NotNull Map<String,SchemaSource>LiloContext. getSchemaSources()@NotNull CompletableFuture<SchemaSource>DefinedSchemaSource. loadSchema(@NotNull LiloContext context, @Nullable Object localContext)@NotNull CompletableFuture<SchemaSource>RemoteSchemaSource. loadSchema(@NotNull LiloContext liloContext, @Nullable Object localContext)@NotNull CompletableFuture<SchemaSource>SchemaSource. loadSchema(@NotNull LiloContext context, @Nullable Object localContext)Methods in io.fria.lilo with parameters of type SchemaSource Modifier and Type Method Description @NotNull Lilo.LiloBuilderLilo.LiloBuilder. addSource(@NotNull SchemaSource schemaSource)@NotNull CompletableFuture<String>AsyncIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull CompletableFuture<String>AsyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull StringSyncIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull StringSyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-