Class WindowsFunctionMapper

  • All Implemented Interfaces:
    com.sun.jna.FunctionMapper

    public class WindowsFunctionMapper
    extends java.lang.Object
    implements com.sun.jna.FunctionMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFunctionName​(com.sun.jna.NativeLibrary nl, java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WindowsFunctionMapper

        public WindowsFunctionMapper()
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName​(com.sun.jna.NativeLibrary nl,
                                                java.lang.reflect.Method method)
        Specified by:
        getFunctionName in interface com.sun.jna.FunctionMapper