public interface RefMethod extends RefMethodExecuted, RefAnnotated
Method.| Modifier and Type | Method and Description |
|---|---|
default @NotNull Optional<Object> |
call(Object... parameters)
calls the method with the given parameters as a static.
|
@NotNull RefMethodExecuted |
of(@Nullable Object object)
applies the given object to create a
RefMethodExecuted object. |
getAnnotation, getAnnotation, hasAnnotation@NotNull @NotNull RefMethodExecuted of(@Nullable @Nullable Object object)
RefMethodExecuted object.object - the object to apply.RefMethodExecuted object.@NotNull default @NotNull Optional<Object> call(@NotNull Object... parameters)
call in interface RefMethodExecutedparameters - the parameters to call.Copyright © 2021. All rights reserved.