JNA API 3.4.0
com.sun.jna

Class NativeMappedConverter

    • Constructor Summary

      Constructors 
      Constructor and Description
      NativeMappedConverter(java.lang.Class type) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      NativeMapped defaultValue() 
      java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      static NativeMappedConverter getInstance(java.lang.Class cls) 
      java.lang.Class nativeType()
      Indicate the native type used by this converter.
      java.lang.Object toNative(java.lang.Object value, ToNativeContext context)
      Convert a Java type to an appropriate native type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
JNA API 3.4.0

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.