Package io.fria.lilo
Class SchemaSource
- java.lang.Object
-
- io.fria.lilo.SchemaSource
-
public class SchemaSource extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaSource.SchemaSourceBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull SchemaSource.SchemaSourceBuilderbuilder()@NotNull IntrospectionRetrievergetIntrospectionRetriever()@NotNull StringgetName()@NotNull QueryRetrievergetQueryRetriever()@NotNull StringtoString()
-
-
-
Method Detail
-
builder
@NotNull public static @NotNull SchemaSource.SchemaSourceBuilder builder()
-
getIntrospectionRetriever
@NotNull public @NotNull IntrospectionRetriever getIntrospectionRetriever()
-
getName
@NotNull public @NotNull String getName()
-
getQueryRetriever
@NotNull public @NotNull QueryRetriever getQueryRetriever()
-
-