Package jnr.posix

Class SimpleFunctionMapper

java.lang.Object
jnr.posix.SimpleFunctionMapper
All Implemented Interfaces:
jnr.ffi.mapper.FunctionMapper

public class SimpleFunctionMapper extends Object implements jnr.ffi.mapper.FunctionMapper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface jnr.ffi.mapper.FunctionMapper

    jnr.ffi.mapper.FunctionMapper.Context
  • Field Summary

    Fields inherited from interface jnr.ffi.mapper.FunctionMapper

    IDENTITY
  • Method Summary

    Modifier and Type
    Method
    Description
    mapFunctionName(String functionName, jnr.ffi.mapper.FunctionMapper.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • mapFunctionName

      public String mapFunctionName(String functionName, jnr.ffi.mapper.FunctionMapper.Context context)
      Specified by:
      mapFunctionName in interface jnr.ffi.mapper.FunctionMapper