Interface MethodInfo
public interface MethodInfo
Represents a Java method. Used for custom predicates to match non-null-returning methods.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<AnnotationMirror> clazz()
boolean
boolean
boolean
isStatic()
method()
-
Method Details
-
clazz
String clazz() -
method
String method() -
annotations
com.google.common.collect.ImmutableList<AnnotationMirror> annotations() -
isStatic
boolean isStatic() -
isPrimitive
boolean isPrimitive() -
isKnownNonNullReturning
boolean isKnownNonNullReturning()
-