Package io.fria.lilo
Class SchemaSource.SchemaSourceBuilder
- java.lang.Object
-
- io.fria.lilo.SchemaSource.SchemaSourceBuilder
-
- Enclosing class:
- SchemaSource
public static final class SchemaSource.SchemaSourceBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaSourceBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull SchemaSourcebuild()@NotNull SchemaSource.SchemaSourceBuilderintrospectionRetriever(@NotNull IntrospectionRetriever introspectionRetrieverParam)@NotNull SchemaSource.SchemaSourceBuildername(@NotNull String nameParam)@NotNull SchemaSource.SchemaSourceBuilderqueryRetriever(@NotNull QueryRetriever queryRetrieverParam)
-
-
-
Method Detail
-
build
@NotNull public @NotNull SchemaSource build()
-
introspectionRetriever
@NotNull public @NotNull SchemaSource.SchemaSourceBuilder introspectionRetriever(@NotNull @NotNull IntrospectionRetriever introspectionRetrieverParam)
-
name
@NotNull public @NotNull SchemaSource.SchemaSourceBuilder name(@NotNull @NotNull String nameParam)
-
queryRetriever
@NotNull public @NotNull SchemaSource.SchemaSourceBuilder queryRetriever(@NotNull @NotNull QueryRetriever queryRetrieverParam)
-
-