Uses of Interface
it.unibz.inf.ontop.dbschema.SerializedMetadataProvider.MetadataLookupSupplier
-
Packages that use SerializedMetadataProvider.MetadataLookupSupplier Package Description it.unibz.inf.ontop.dbschema it.unibz.inf.ontop.dbschema.impl -
-
Uses of SerializedMetadataProvider.MetadataLookupSupplier in it.unibz.inf.ontop.dbschema
Methods in it.unibz.inf.ontop.dbschema with parameters of type SerializedMetadataProvider.MetadataLookupSupplier Modifier and Type Method Description SerializedMetadataProviderSerializedMetadataProvider.Factory. getMetadataProvider(Reader dbMetadataReader, SerializedMetadataProvider.MetadataLookupSupplier parentProviderSupplier)The parent provider may only be used for creating black-box views -
Uses of SerializedMetadataProvider.MetadataLookupSupplier in it.unibz.inf.ontop.dbschema.impl
Constructors in it.unibz.inf.ontop.dbschema.impl with parameters of type SerializedMetadataProvider.MetadataLookupSupplier Constructor Description JsonSerializedMetadataProvider(Reader dbMetadataReader, SerializedMetadataProvider.MetadataLookupSupplier parentProviderSupplier, CoreSingletons coreSingletons)
-