Package jnr.posix

Class POSIXFunctionMapper

  • All Implemented Interfaces:
    jnr.ffi.mapper.FunctionMapper

    @Deprecated
    final class POSIXFunctionMapper
    extends java.lang.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 jnr.ffi.mapper.FunctionMapper INSTANCE
      Deprecated.
       
      • Fields inherited from interface jnr.ffi.mapper.FunctionMapper

        IDENTITY
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private POSIXFunctionMapper()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String mapFunctionName​(java.lang.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 Detail

      • INSTANCE

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

      • POSIXFunctionMapper

        private POSIXFunctionMapper()
        Deprecated.
    • Method Detail

      • mapFunctionName

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