Package io.fria.lilo

Interface IntrospectionRetriever<T>

All Known Subinterfaces:
AsyncIntrospectionRetriever, SyncIntrospectionRetriever
All Known Implementing Classes:
DefaultRemoteIntrospectionRetriever

public interface IntrospectionRetriever<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)
     
  • Method Details

    • get

      @NotNull T get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull String query, @Nullable @Nullable Object localContext)