Package net.hollowcube.mql.foreign
Class MqlForeignFunctions
java.lang.Object
net.hollowcube.mql.foreign.MqlForeignFunctions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @NotNull MqlScopestatic @NotNull MqlCallablecreateForeign(@NotNull Method method, @UnknownNullability Object bindTo)
-
Constructor Details
-
MqlForeignFunctions
public MqlForeignFunctions()
-
-
Method Details
-
create
-
createForeign
@NotNull public static @NotNull MqlCallable createForeign(@NotNull @NotNull Method method, @UnknownNullability Object bindTo) - Parameters:
method- The method to bind. Must be public, may be static.bindTo- The instance of the method's class to bind to. If the method is static, this must be null.- Returns:
- An
MqlCallablerepresenting an mql accessible function. - See Also:
-