Uses of Interface
io.fria.lilo.IntrospectionRetriever
-
Packages that use IntrospectionRetriever Package Description io.fria.lilo -
-
Uses of IntrospectionRetriever in io.fria.lilo
Subinterfaces of IntrospectionRetriever in io.fria.lilo Modifier and Type Interface Description interfaceAsyncIntrospectionRetrieverinterfaceSyncIntrospectionRetrieverClasses in io.fria.lilo that implement IntrospectionRetriever Modifier and Type Class Description classDefaultRemoteIntrospectionRetrieverMethods in io.fria.lilo with parameters of type IntrospectionRetriever Modifier and Type Method Description static @NotNull SchemaSourceRemoteSchemaSource. create(@NotNull String schemaName, @NotNull IntrospectionRetriever<?> introspectionRetriever, @NotNull QueryRetriever<?> queryRetriever)static @NotNull SchemaSourceRemoteSchemaSource. create(@NotNull String schemaName, @NotNull IntrospectionRetriever<?> introspectionRetriever, @NotNull QueryRetriever<?> queryRetriever, @Nullable SubscriptionRetriever subscriptionRetriever)
-