MCPcopy Index your code
hub / github.com/java-native-access/jna / FunctionMapper

Interface FunctionMapper

src/com/sun/jna/FunctionMapper.java:49–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47 * @see Library#OPTION_FUNCTION_MAPPER
48 */
49public interface FunctionMapper {
50 String getFunctionName(NativeLibrary library, Method method);
51}

Callers 2

testFunctionMapperMethod · 0.95
getFunctionMethod · 0.95

Implementers 5

W32APIFunctionMappersrc/com/sun/jna/win32/W32APIFunctionMa
StdCallFunctionMappersrc/com/sun/jna/win32/StdCallFunctionM
PerformanceTesttest/com/sun/jna/PerformanceTest.java
DirectTesttest/com/sun/jna/DirectTest.java
LastErrorTesttest/com/sun/jna/LastErrorTest.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…