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(BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrueif this instance contains an entry for the specified key.booleanBeanAnnotationFinder.WeakHashMapCache.contains(BeanAnnotationFinder.CacheEntryKey<?> key) Returnstrueif this instance contains an entry for the specified key.<T extends Annotation>
@Nullable Set<@NonNull T>BeanAnnotationFinder.Cache.get(BeanAnnotationFinder.CacheEntryKey<T> key) Returns the cached found annotations for the specified key, if any.<T extends Annotation>
@Nullable Set<@NonNull T>BeanAnnotationFinder.WeakHashMapCache.get(BeanAnnotationFinder.CacheEntryKey<T> key) Returns the cached found annotations for the specified key, if any.<T extends Annotation>
voidBeanAnnotationFinder.Cache.put(BeanAnnotationFinder.CacheEntryKey<T> key, Set<T> value) Puts the specified found annotations for the specified key.<T extends Annotation>
voidBeanAnnotationFinder.WeakHashMapCache.put(BeanAnnotationFinder.CacheEntryKey<T> key, Set<T> value) Puts the specified found annotations for the specified key.