Uses of Class
io.contextmap.annotations.storage.ContextStorage.StorageType
-
Packages that use ContextStorage.StorageType Package Description io.contextmap.annotations.storage -
-
Uses of ContextStorage.StorageType in io.contextmap.annotations.storage
Methods in io.contextmap.annotations.storage that return ContextStorage.StorageType Modifier and Type Method Description ContextStorage.StorageTypetype()static ContextStorage.StorageTypeContextStorage.StorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextStorage.StorageType[]ContextStorage.StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-