Uses of Interface
io.smallrye.context.storage.spi.StorageDeclaration
Packages that use StorageDeclaration
-
Uses of StorageDeclaration in io.smallrye.context.storage.impl
Methods in io.smallrye.context.storage.impl with type parameters of type StorageDeclarationModifier and TypeMethodDescription<T extends StorageDeclaration<X>,X>
ThreadLocal<X>DefaultStorageManager.getThreadLocal(Class<T> klass) Returns a regular ThreadLocal specific for the given storage declaration. -
Uses of StorageDeclaration in io.smallrye.context.storage.spi
Methods in io.smallrye.context.storage.spi with type parameters of type StorageDeclarationModifier and TypeMethodDescription<T extends StorageDeclaration<X>,X>
ThreadLocal<X>StorageManager.getThreadLocal(Class<T> storageDeclarationClass) Obtains a ThreadLocal suitable for the given registered StorageDeclaration.static <T extends StorageDeclaration<X>,X>
ThreadLocal<X>StorageManager.threadLocal(Class<T> storageDeclarationClass) Obtains a ThreadLocal suitable for the given registered StorageDeclaration.