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

Interface FromNativeConverter

  • All Known Subinterfaces:
    TypeConverter
    All Known Implementing Classes:
    NativeMappedConverter


    public interface FromNativeConverter
    Define conversion from a native type to the appropriate Java type.
    • 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.
    • 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.
      • 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.