Class MethodFinder


  • class MethodFinder
    extends java.lang.Object
    Since:
    5.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern METHOD_PATTERN  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodFinder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.Optional<java.lang.reflect.Method> findMethod​(java.lang.String methodSpecPart, java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • METHOD_PATTERN

        private static final java.util.regex.Pattern METHOD_PATTERN
    • Constructor Detail

      • MethodFinder

        MethodFinder()
    • Method Detail

      • findMethod

        java.util.Optional<java.lang.reflect.Method> findMethod​(java.lang.String methodSpecPart,
                                                                java.lang.Class<?> clazz)