com.sun.jna

Interface TypeMapper

public interface TypeMapper

Provides converters for conversion to and from native types.
Method Summary
FromNativeConvertergetFromNativeConverter(Class javaType)
Return the FromNativeConverter appropriate for the given Java class.
ToNativeConvertergetToNativeConverter(Class javaType)
Return the ToNativeConverter appropriate for the given Java class.

Method Detail

getFromNativeConverter

public FromNativeConverter getFromNativeConverter(Class javaType)
Return the FromNativeConverter appropriate for the given Java class.

getToNativeConverter

public ToNativeConverter getToNativeConverter(Class javaType)
Return the ToNativeConverter appropriate for the given Java class.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.