Package it.unibz.inf.ontop.dbschema
Interface SerializedMetadataProvider.MetadataLookupSupplier
-
- Enclosing interface:
- SerializedMetadataProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SerializedMetadataProvider.MetadataLookupSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataLookupget()
-
-
-
Method Detail
-
get
MetadataLookup get() throws MetadataExtractionException
- Throws:
MetadataExtractionException
-
-