Interface MethodInfo


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()
    • nullnessFromDirectAnnotations

      Optional<Nullness> nullnessFromDirectAnnotations()
    • isStatic

      boolean isStatic()
    • isPrimitive

      boolean isPrimitive()
    • isKnownNonNullReturning

      boolean isKnownNonNullReturning()