Uses of Class
dev.orne.beans.BeanAnnotationFinder.CacheEntryKey
Packages that use BeanAnnotationFinder.CacheEntryKey
- 
Uses of BeanAnnotationFinder.CacheEntryKey in dev.orne.beans
Methods in dev.orne.beans with parameters of type BeanAnnotationFinder.CacheEntryKeyModifier and TypeMethodDescriptionbooleanBeanAnnotationFinder.Cache.contains(@NotNull BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrueif this instance contains an entry for the specified key.booleanBeanAnnotationFinder.WeakHashMapCache.contains(@NotNull BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrueif 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.