public final class DefaultFunctionFinder
extends java.lang.Object
(name)$default function with the parameters + 2 additional
synthetic ones
(name)$default function with the declaring class as the parameter,
then the function parameters, then 2 additional synthetic parameters
Special cases:
object: The 1st parameter is the object type, and
the synthetic function exists in the same class
companion object: The 1st parameter would be
the companion object type
| Modifier and Type | Method and Description |
|---|---|
static @Nullable CallableMethod |
findDefaultFunction(@NotNull java.lang.reflect.Method method) |
@Nullable public static @Nullable CallableMethod findDefaultFunction(@NotNull @NotNull java.lang.reflect.Method method)