Uses of Interface
dev.orne.beans.BeanAnnotationFinder.AnnotationListExtractor
Packages that use BeanAnnotationFinder.AnnotationListExtractor
-
Uses of BeanAnnotationFinder.AnnotationListExtractor in dev.orne.beans
Methods in dev.orne.beans that return BeanAnnotationFinder.AnnotationListExtractorModifier and TypeMethodDescriptionBeanAnnotationFinder.getExtractor()Returns the searched annotation list extractor.Constructors in dev.orne.beans with parameters of type BeanAnnotationFinder.AnnotationListExtractorModifierConstructorDescriptionBeanAnnotationFinder(@NotNull Class<T> annotationType, Class<L> annotationListType, BeanAnnotationFinder.AnnotationListExtractor<L, T> extractor) Creates a new instance.