Package jnr.posix

Class POSIXFunctionMapper

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

@Deprecated final class POSIXFunctionMapper extends Object implements jnr.ffi.mapper.FunctionMapper
Deprecated.
Use SimpleFunctionMapper instead.
No longer used. It used to map function names from libc names to msvcrt names.
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final jnr.ffi.mapper.FunctionMapper
    Deprecated.
     

    Fields inherited from interface jnr.ffi.mapper.FunctionMapper

    IDENTITY
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mapFunctionName(String name, jnr.ffi.mapper.FunctionMapper.Context ctx)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • INSTANCE

      public static final jnr.ffi.mapper.FunctionMapper INSTANCE
      Deprecated.
  • Constructor Details

    • POSIXFunctionMapper

      private POSIXFunctionMapper()
      Deprecated.
  • Method Details

    • mapFunctionName

      public String mapFunctionName(String name, jnr.ffi.mapper.FunctionMapper.Context ctx)
      Deprecated.
      Specified by:
      mapFunctionName in interface jnr.ffi.mapper.FunctionMapper