Uses of Class
dev.orne.beans.BeanAnnotationFinder.CacheEntryKey
-
Uses of BeanAnnotationFinder.CacheEntryKey in dev.orne.beans
Modifier and TypeMethodDescriptionboolean
BeanAnnotationFinder.Cache.contains
(@NotNull BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrue
if this instance contains an entry for the specified key.boolean
BeanAnnotationFinder.WeakHashMapCache.contains
(@NotNull BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrue
if this instance contains an entry for the specified key.<T extends Annotation>
Set<T>BeanAnnotationFinder.Cache.get
(@NotNull BeanAnnotationFinder.CacheEntryKey<T> key) Returns the cached found annotations for the specified key, if any.<T extends Annotation>
Set<T>BeanAnnotationFinder.WeakHashMapCache.get
(@NotNull BeanAnnotationFinder.CacheEntryKey<T> key) Returns the cached found annotations for the specified key, if any.<T extends Annotation>
voidBeanAnnotationFinder.Cache.put
(@NotNull BeanAnnotationFinder.CacheEntryKey<T> key, @NotNull Set<T> value) Puts the specified found annotations for the specified key.<T extends Annotation>
voidBeanAnnotationFinder.WeakHashMapCache.put
(@NotNull BeanAnnotationFinder.CacheEntryKey<T> key, @NotNull Set<T> value) Puts the specified found annotations for the specified key.