Interface TypedStoreParameters<T>

All Superinterfaces:
StoreParameters

public interface TypedStoreParameters<T> extends 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 Details

    • getType

      Class<T> getType()
    • getClassLoader

      Optional<ClassLoader> getClassLoader()
    • getAdapters

      Set<jakarta.xml.bind.annotation.adapters.XmlAdapter<?,?>> getAdapters()