public interface NativeFunctionBindingFactory
A factory that allows injection of custom instances in native methods.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyNativeFunctionBindings(NativeFunctionClassInjector nativeFunctionClassInjector) Applies any injectable native function classes to be used in the library.
-
Method Details
-
applyNativeFunctionBindings
Applies any injectable native function classes to be used in the library.- Parameters:
nativeFunctionClassInjector- theNativeFunctionClassInjectorto apply the native function bindings to
-