public interface MethodInfo
Represents a Java method. Used for custom predicates to match non-null-returning methods.
  • Method Details

    • clazz

      String clazz()
    • method

      String method()
    • annotations

      List<String> annotations()
    • isStatic

      boolean isStatic()
    • isPrimitive

      boolean isPrimitive()
    • isKnownNonNullReturning

      boolean isKnownNonNullReturning()