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.FINDER
TheBeanReference
annotation 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 boolean
ValidBeanReference.ValidBeanReferenceValidator.isValid
(@NotNull Object value, @NotNull BeanAnnotationFinder<? extends BeanReference, ?> annotationFinder) Returnstrue
if specified bean is valid reference to it's bean type.