Interface MethodInfo
public interface MethodInfo
Represents a Java method. Used for custom predicates to match non-null-returning methods.
-
Method Summary
Modifier and Type Method Description List<String>
annotations()
String
clazz()
boolean
isKnownNonNullReturning()
boolean
isPrimitive()
boolean
isStatic()
String
method()