Class MethodUtil

java.lang.Object
io.quarkiverse.langchain4j.deployment.MethodUtil

public final class MethodUtil extends Object
  • Method Details

    • signature

      public static String signature(org.jboss.jandex.MethodInfo method)
      Returns the signature of a method
      Parameters:
      method - the method to get the signature from
      Returns:
      the signature of the method
    • methodSignaturesMatch

      public static boolean methodSignaturesMatch(org.jboss.jandex.MethodInfo a, org.jboss.jandex.MethodInfo b)
      Checks if the signatures of two methods matches
      Parameters:
      a - the first method to check
      b - the second method to compare
      Returns:
      true if both method signatures match, false otherwise