Uses of Interface
io.smallrye.context.storage.spi.StorageManager
-
Packages that use StorageManager Package Description io.smallrye.context.storage.impl io.smallrye.context.storage.spi -
-
Uses of StorageManager in io.smallrye.context.storage.impl
Classes in io.smallrye.context.storage.impl that implement StorageManager Modifier and Type Class Description classDefaultStorageManagerDefault implementation which allocates new regular ThreadLocal for any storage declaration class.Methods in io.smallrye.context.storage.impl that return StorageManager Modifier and Type Method Description StorageManagerDefaultStorageManagerProvider. getStorageManager(ClassLoader classloader) -
Uses of StorageManager in io.smallrye.context.storage.spi
Methods in io.smallrye.context.storage.spi that return StorageManager Modifier and Type Method Description default StorageManagerStorageManagerProvider. getStorageManager()StorageManagerStorageManagerProvider. getStorageManager(ClassLoader classloader)Obtain the StorageManager registered for the given ClassLoaderstatic StorageManagerStorageManager. instance()Returns the currently registered StorageManager
-