Package io.fria.lilo
Class DefaultRemoteQueryRetriever
- java.lang.Object
-
- io.fria.lilo.AbstractDefaultRemoteRetriever
-
- io.fria.lilo.DefaultRemoteQueryRetriever
-
- All Implemented Interfaces:
QueryRetriever<String>,SyncQueryRetriever
public class DefaultRemoteQueryRetriever extends AbstractDefaultRemoteRetriever implements SyncQueryRetriever
-
-
Constructor Summary
Constructors Constructor Description DefaultRemoteQueryRetriever(@NotNull String schemaUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Stringget(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery graphQLQuery, @Nullable Object localContext)-
Methods inherited from class io.fria.lilo.AbstractDefaultRemoteRetriever
retrieve
-
-
-
-
Constructor Detail
-
DefaultRemoteQueryRetriever
public DefaultRemoteQueryRetriever(@NotNull @NotNull String schemaUrl)
-
-
Method Detail
-
get
@NotNull public @NotNull String get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery graphQLQuery, @Nullable @Nullable Object localContext)
- Specified by:
getin interfaceQueryRetriever<String>- Specified by:
getin interfaceSyncQueryRetriever
-
-