Class BeanIntrospectionScanner

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<java.lang.Class<?>> scan​(java.lang.String annotation, java.lang.String pkg)
      Scan the given packages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeanIntrospectionScanner

        public BeanIntrospectionScanner()
    • Method Detail

      • scan

        @NonNull
        public java.util.stream.Stream<java.lang.Class<?>> scan​(@NonNull
                                                                java.lang.String annotation,
                                                                @NonNull
                                                                java.lang.String pkg)
        Description copied from interface: AnnotationScanner
        Scan the given packages.
        Specified by:
        scan in interface AnnotationScanner
        Parameters:
        annotation - The annotation to scan for
        pkg - The package to scan
        Returns:
        A stream of classes