Uses of Interface
io.smallrye.context.storage.spi.StorageManager
Packages that use StorageManager
-
Uses of StorageManager in io.smallrye.context.storage.impl
Classes in io.smallrye.context.storage.impl that implement StorageManagerModifier and TypeClassDescriptionclassDefault implementation which allocates new regular ThreadLocal for any storage declaration class.Methods in io.smallrye.context.storage.impl that return StorageManagerModifier and TypeMethodDescriptionDefaultStorageManagerProvider.getStorageManager(ClassLoader classloader) -
Uses of StorageManager in io.smallrye.context.storage.spi
Methods in io.smallrye.context.storage.spi that return StorageManagerModifier and TypeMethodDescriptiondefault StorageManagerStorageManagerProvider.getStorageManager()StorageManagerProvider.getStorageManager(ClassLoader classloader) Obtain the StorageManager registered for the given ClassLoaderstatic StorageManagerStorageManager.instance()Returns the currently registered StorageManager