Package jnr.posix

Class BaseNativePOSIX.PointerConverter

  • All Implemented Interfaces:
    jnr.ffi.mapper.FromNativeConverter
    Enclosing class:
    BaseNativePOSIX

    public abstract static class BaseNativePOSIX.PointerConverter
    extends java.lang.Object
    implements jnr.ffi.mapper.FromNativeConverter
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface jnr.ffi.mapper.FromNativeConverter

        jnr.ffi.mapper.FromNativeConverter.Cacheable, jnr.ffi.mapper.FromNativeConverter.FromNative, jnr.ffi.mapper.FromNativeConverter.NoContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class nativeType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jnr.ffi.mapper.FromNativeConverter

        fromNative
    • Constructor Detail

      • PointerConverter

        public PointerConverter()
    • Method Detail

      • nativeType

        public java.lang.Class nativeType()
        Specified by:
        nativeType in interface jnr.ffi.mapper.FromNativeConverter