Provides mapping of Java method names to native function names. An instance of this interface may be provided to Native#load(String, Class, java.util.Map) as an entry in the options map with key Library#OPTION_FUNCTION_MAPPER. There are several circumstances where this option mig
| 47 | * @see Library#OPTION_FUNCTION_MAPPER |
| 48 | */ |
| 49 | public interface FunctionMapper { |
| 50 | String getFunctionName(NativeLibrary library, Method method); |
| 51 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…