Package org.neo4j.gds

Class ProcedureAndFunctionScanner


  • public final class ProcedureAndFunctionScanner
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.stream.Stream<java.lang.reflect.Method> streamMethodsContainingAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)  
      • Methods inherited from class java.lang.Object

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

      • streamMethodsContainingAnnotation

        public static java.util.stream.Stream<java.lang.reflect.Method> streamMethodsContainingAnnotation​(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)