Uses of Class
dev.orne.beans.BeanAnnotationFinder
Packages that use BeanAnnotationFinder
- 
Uses of BeanAnnotationFinder in dev.orne.beans
Fields in dev.orne.beans declared as BeanAnnotationFinderModifier and TypeFieldDescriptionstatic final BeanAnnotationFinder<BeanReference,BeanReference.List> ValidBeanReference.ValidBeanReferenceValidator.FINDERTheBeanReferenceannotation finder.Methods in dev.orne.beans that return BeanAnnotationFinderModifier and TypeMethodDescriptionprotected BeanAnnotationFinder<T,L> BeanAnnotationFinder.setCache(BeanAnnotationFinder.Cache cache) Sets the type level annotations cache for this instance.Methods in dev.orne.beans with parameters of type BeanAnnotationFinderModifier and TypeMethodDescriptionstatic booleanValidBeanReference.ValidBeanReferenceValidator.isValid(@NotNull Object value, @NotNull BeanAnnotationFinder<? extends BeanReference, ?> annotationFinder) Returnstrueif specified bean is valid reference to it's bean type.