Skip navigation links
JNA API 4.4.0
com.sun.jna

Interface TypeMapper

    • Method Detail

      • getFromNativeConverter

        FromNativeConverter getFromNativeConverter(Class<?> javaType)
        Return the FromNativeConverter appropriate for the given Java class.
        Parameters:
        javaType - Java class representation of the native type.
        Returns:
        Converter from the native-compatible type.
      • getToNativeConverter

        ToNativeConverter getToNativeConverter(Class<?> javaType)
        Return the ToNativeConverter appropriate for the given Java class.
        Parameters:
        javaType - Java class representation of the native type.
        Returns:
        Converter to the native-compatible type.
JNA API 4.4.0

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