Package sonia.scm.store
Interface TypedStoreParameters<T>
- All Superinterfaces:
StoreParameters
The fields of the
TypedStoreParameters
are used from the ConfigurationStoreFactory
,
ConfigurationEntryStoreFactory
and DataStoreFactory
to create a type safe store.- Since:
- 2.0.0
-
Method Summary
Methods inherited from interface sonia.scm.store.StoreParameters
getName, getNamespace, getRepositoryId
-
Method Details
-
getType
-
getClassLoader
Optional<ClassLoader> getClassLoader() -
getAdapters
Set<jakarta.xml.bind.annotation.adapters.XmlAdapter<?,?>> getAdapters()
-