Package io.fria.lilo
Interface SyncIntrospectionRetriever
-
- All Superinterfaces:
IntrospectionRetriever<String>
- All Known Implementing Classes:
DefaultRemoteIntrospectionRetriever
public interface SyncIntrospectionRetriever extends IntrospectionRetriever<String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Stringget(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)
-
-
-
Method Detail
-
get
@NotNull @NotNull String get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull String query, @Nullable @Nullable Object localContext)
- Specified by:
getin interfaceIntrospectionRetriever<String>
-
-