Uses of Interface
io.smallrye.context.storage.spi.StorageDeclaration
-
Packages that use StorageDeclaration Package Description io.smallrye.context.storage.impl io.smallrye.context.storage.spi -
-
Uses of StorageDeclaration in io.smallrye.context.storage.impl
Methods in io.smallrye.context.storage.impl with type parameters of type StorageDeclaration Modifier and Type Method Description <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 StorageDeclaration Modifier and Type Method Description <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.
-