Skip navigation links
JNA API 3.5.2-SNAPSHOT
com.sun.jna

Interface NativeMapped

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      java.lang.Class nativeType()
      Indicate the native type used by this converter.
      java.lang.Object toNative()
      Convert this object into a supported native type.
    • Method Detail

      • fromNative

        java.lang.Object fromNative(java.lang.Object nativeValue,
                                    FromNativeContext context)
        Convert the given native object into its Java representation using the given context.
      • toNative

        java.lang.Object toNative()
        Convert this object into a supported native type.
      • nativeType

        java.lang.Class nativeType()
        Indicate the native type used by this converter.
JNA API 3.5.2-SNAPSHOT

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