Uses of Interface
it.unibz.inf.ontop.injection.OntopSQLCoreConfiguration.Builder
-
Packages that use OntopSQLCoreConfiguration.Builder Package Description it.unibz.inf.ontop.injection it.unibz.inf.ontop.injection.impl -
-
Uses of OntopSQLCoreConfiguration.Builder in it.unibz.inf.ontop.injection
Classes in it.unibz.inf.ontop.injection with type parameters of type OntopSQLCoreConfiguration.Builder Modifier and Type Interface Description static interfaceOntopSQLCoreConfiguration.Builder<B extends OntopSQLCoreConfiguration.Builder<B>>static interfaceOntopSQLCoreConfiguration.OntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>Subinterfaces of OntopSQLCoreConfiguration.Builder in it.unibz.inf.ontop.injection Modifier and Type Interface Description static interfaceOntopSQLCredentialConfiguration.Builder<B extends OntopSQLCredentialConfiguration.Builder<B>>Methods in it.unibz.inf.ontop.injection that return OntopSQLCoreConfiguration.Builder Modifier and Type Method Description static OntopSQLCoreConfiguration.Builder<? extends OntopSQLCoreConfiguration.Builder<?>>OntopSQLCoreConfiguration. defaultBuilder()Methods in it.unibz.inf.ontop.injection that return types with arguments of type OntopSQLCoreConfiguration.Builder Modifier and Type Method Description static OntopSQLCoreConfiguration.Builder<? extends OntopSQLCoreConfiguration.Builder<?>>OntopSQLCoreConfiguration. defaultBuilder() -
Uses of OntopSQLCoreConfiguration.Builder in it.unibz.inf.ontop.injection.impl
Classes in it.unibz.inf.ontop.injection.impl with type parameters of type OntopSQLCoreConfiguration.Builder Modifier and Type Class Description static classOntopSQLCoreConfigurationImpl.BuilderImpl<B extends OntopSQLCoreConfiguration.Builder<B>>protected static classOntopSQLCoreConfigurationImpl.DefaultOntopSQLCoreBuilderFragment<B extends OntopSQLCoreConfiguration.Builder<B>>protected static classOntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B extends OntopSQLCoreConfiguration.Builder<B>>Classes in it.unibz.inf.ontop.injection.impl that implement OntopSQLCoreConfiguration.Builder Modifier and Type Class Description static classOntopSQLCoreConfigurationImpl.BuilderImpl<B extends OntopSQLCoreConfiguration.Builder<B>>protected static classOntopSQLCoreConfigurationImpl.OntopSQLCoreBuilderMixin<B extends OntopSQLCoreConfiguration.Builder<B>>static classOntopSQLCredentialConfigurationImpl.BuilderImpl<B extends OntopSQLCredentialConfiguration.Builder<B>>protected static classOntopSQLCredentialConfigurationImpl.OntopSQLCredentialBuilderMixin<B extends OntopSQLCredentialConfiguration.Builder<B>>
-